summaryrefslogtreecommitdiffstats
path: root/sysutils/gconf-editor/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-11 08:51:49 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-11 08:51:49 +0800
commit2a965dd5c7c23291e968ce58c25259beb17b8551 (patch)
tree9cf218f2fae5f98734cb0d5c560e1ff903666cc5 /sysutils/gconf-editor/Makefile
parent655a9efa5b921603b1010d3282b0ffaa29aa9beb (diff)
downloadmarcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.tar
marcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.tar.gz
marcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.tar.bz2
marcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.tar.lz
marcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.tar.xz
marcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.tar.zst
marcuscom-ports-2a965dd5c7c23291e968ce58c25259beb17b8551.zip
Update to 2.3.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1035 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r--sysutils/gconf-editor/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
index 7406c3ccd..a44288b75 100644
--- a/sysutils/gconf-editor/Makefile
+++ b/sysutils/gconf-editor/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= gconf-editor
-PORTVERSION= 0.5.0
+PORTVERSION= 2.3.6
PORTEPOCH= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A gconf database editor for the GNOME 2.0 environment
+COMMENT= A gconf database editor for the GNOME 2 environment
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -23,10 +23,6 @@ USE_GNOME= gnomeprefix gnomehack gconf2
USE_LIBTOOL= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>