diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-15 18:10:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-15 18:10:32 +0000 |
commit | e14820891eb09300a2ab40f4f107439de8875fed (patch) | |
tree | ca93ba8c01d29bd80cf7637c3164c912b4d48b92 /devel/libsoup | |
parent | 4a841635276e40d137fb563b3de4d0eb305ea0f3 (diff) | |
download | ports-e14820891eb09300a2ab40f4f107439de8875fed.tar.gz ports-e14820891eb09300a2ab40f4f107439de8875fed.zip |
Notes
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 87142e6237dc..18c674cdbcad 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -22,7 +22,9 @@ USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 13 USE_OPENSSL= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ + --with-gnutls-includes=${FALSE} \ + --with-gnutls-libs=${FALSE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib |