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 /net-mgmt/yaf | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'net-mgmt/yaf')
-rw-r--r-- | net-mgmt/yaf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile index fbd569393eea..5cc47429fd27 100644 --- a/net-mgmt/yaf/Makefile +++ b/net-mgmt/yaf/Makefile @@ -13,12 +13,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfixbuf.so:${PORTSDIR}/net/libfixbuf \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix perl5 pkgconfig -USE_AUTOTOOLS= libltdl USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-doxygen-doc --enable-applabel --enable-plugins |