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-im | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index 67d5e2f784cf..8fd3b7976599 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libjasper.so:${PORTSDIR}/graphics/jasper \ libgpgme.so:${PORTSDIR}/security/gpgme \ libenchant.so:${PORTSDIR}/textproc/enchant @@ -26,7 +27,6 @@ USES= gettext gmake iconv libtool pkgconfig shebangfix tar:bzip2 USE_XORG= xpm xscrnsaver USE_GNOME= gtk20 USE_OPENSSL= yes -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \ --disable-arts |