diff options
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 1d6588037493..aa5b5468d33e 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gconf2 -PORTVERSION= 1.1.10 +PORTVERSION= 1.1.11 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020525 +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020607 DISTNAME= GConf-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -26,7 +26,6 @@ INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-db3-includes=${LOCALBASE}/include \ --with-html-dir=${PREFIX}/share/doc -# --enable-bdbbackend CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |