diff options
author | oliver <oliver@FreeBSD.org> | 2007-09-19 21:50:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-09-19 21:50:10 +0800 |
commit | e9d2487a30dba27a943118a966bf6e0ddd257cce (patch) | |
tree | 97078a658f90ce88a80c587be9fac49b960d8748 /devel/varconf | |
parent | fd5cb79fe7b26010c34455016fc2747bb6cd7ac3 (diff) | |
download | freebsd-ports-gnome-e9d2487a30dba27a943118a966bf6e0ddd257cce.tar.gz freebsd-ports-gnome-e9d2487a30dba27a943118a966bf6e0ddd257cce.tar.zst freebsd-ports-gnome-e9d2487a30dba27a943118a966bf6e0ddd257cce.zip |
do not force the usage of gcc 3.4, the ports are now gcc 4 ready
Bump PORTREVISION
Diffstat (limited to 'devel/varconf')
-rw-r--r-- | devel/varconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 35ddddb78da9..593f7e8fac23 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= varconf PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -16,11 +17,10 @@ COMMENT= A Configuration System for the STAGE Server LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 -USE_GCC= 3.4 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes USE_BZIP2= yes USE_GNOME= gnomehack +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in |