diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /lang/guile2 | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'lang/guile2')
-rw-r--r-- | lang/guile2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index 872cea3353b1..9b9ad6670a09 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -16,13 +16,13 @@ COMMENT= GNU Ubiquitous Intelligent Language for Extension LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libunistring.so:${PORTSDIR}/devel/libunistring \ libffi.so.6:${PORTSDIR}/devel/libffi CONFLICTS_INSTALL= guile-[0-9]* USES= charsetfix gmake libtool ncurses pathfix pkgconfig readline -USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |