Ticket #10874: Portfile-yap.diff
File Portfile-yap.diff, 1.2 KB (added by clarkeje@…, 16 years ago) |
---|
-
ports/lang/yap/Portfile
old new 1 # $Id : Portfile 33441 2008-01-27 11:46:26Z ryandesign@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 name yap 5 version 5. 0.15 version 5.1.3 6 6 categories lang 7 7 maintainers pmoura@mac.com 8 8 platforms darwin … … 20 20 homepage http://www.ncc.up.pt/~vsc/Yap/ 21 21 master_sites ${homepage}/current/ freebsd 22 22 distname Yap-${version} 23 checksums sha1 c59847655be140d113a2684383ef21a17aa1408524 patchfiles patch- config.h.in23 checksums sha1 76c84b32ad8fbe8324a1db370f8440be11398c34 24 patchfiles patch-LGPL-chr-Makefile.in.diff 25 25 26 26 depends_lib port:readline port:gmp 27 27 28 28 distname Yap-${version} 29 29 30 configure.args --enable-threads=yes --enable-coroutining=yes \ 31 --with-gmp=${prefix} --with-readline=${prefix} 30 configure.args --enable-depth-limit=yes --enable-threads=yes \ 31 --enable-coroutining=yes --enable-pthread-locking \ 32 --with-gmp=${prefix} --with-readline=${prefix} 32 33 33 34 platform darwin 6 { depends_lib-append lib:libdl:dlcompat }