diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-16 02:10:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-16 02:10:32 +0800 |
commit | e3cd790a0e28af05e1170a30f09ad36a42a39623 (patch) | |
tree | 7da9dfe062083d3f7576517f1f3e120fe34f8e72 /devel | |
parent | a1e9ee7b74ba1ec1e64b174f5d6cf015d99796f7 (diff) | |
download | freebsd-ports-gnome-e3cd790a0e28af05e1170a30f09ad36a42a39623.tar.gz freebsd-ports-gnome-e3cd790a0e28af05e1170a30f09ad36a42a39623.tar.zst freebsd-ports-gnome-e3cd790a0e28af05e1170a30f09ad36a42a39623.zip |
Ensure we do not build against GnuTLS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 4 | ||||
-rw-r--r-- | devel/libsoup22/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 87142e6237dc..18c674cdbcad 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/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 |