diff options
author | bland <bland@FreeBSD.org> | 2004-11-15 15:18:47 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-11-15 15:18:47 +0800 |
commit | b36a86218700b8884acde5b94c46f49941a2fc58 (patch) | |
tree | 1245476c54e6e8f41827b8bfb383888376b15128 /devel | |
parent | 4e9e2ea198375173925610d9a3c2a2b66df6bad3 (diff) | |
download | freebsd-ports-gnome-b36a86218700b8884acde5b94c46f49941a2fc58.tar.gz freebsd-ports-gnome-b36a86218700b8884acde5b94c46f49941a2fc58.tar.zst freebsd-ports-gnome-b36a86218700b8884acde5b94c46f49941a2fc58.zip |
Axe stale configure option.
Spotted by: mezz
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/Makefile | 3 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 66e647ff9821..790b99914199 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -28,8 +28,7 @@ USE_REINPLACE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --with-gtk=no + --disable-gnutls CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 66e647ff9821..790b99914199 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -28,8 +28,7 @@ USE_REINPLACE= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --with-gtk=no + --disable-gnutls CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} |