diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-02 00:12:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-02 00:12:14 +0000 |
commit | 63691abefa7f5917252e1b9ab8d9f5b59aad9907 (patch) | |
tree | 186d8b592fe45da00db1365a5ddcff9b4e0a9692 /polish | |
parent | 78e6ac00d1d7d25528360ed5864ca577ccaee4a8 (diff) | |
download | ports-63691abefa7f5917252e1b9ab8d9f5b59aad9907.tar.gz ports-63691abefa7f5917252e1b9ab8d9f5b59aad9907.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/libgadu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polish/libgadu/Makefile b/polish/libgadu/Makefile index f83a76b0f3d5..c729e5b5cb0f 100644 --- a/polish/libgadu/Makefile +++ b/polish/libgadu/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgadu PORTVERSION= 20051229 +PORTREVISION= 1 CATEGORIES= polish net MASTER_SITES= http://bsdguru.org/distfiles/ @@ -18,7 +19,7 @@ USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= aclocal:15 autoheader:259 autoconf:259 ACLOCAL_ARGS= -I ${WRKSRC}/m4 -CONFIGURE_ARGS= --enable-shared --disable-static +CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl INSTALLS_SHLIB= yes |