aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-01-09 16:43:18 +0800
committerfjoe <fjoe@FreeBSD.org>2005-01-09 16:43:18 +0800
commit60c21d3e13adaae44d58fe93f5c62ecdd35b55f8 (patch)
tree83fc156f9b35ac0fa773c1f8bb58a9c8f60d6632 /devel
parentc81bb617019a8121169f114c88b70f642503949e (diff)
downloadfreebsd-ports-gnome-60c21d3e13adaae44d58fe93f5c62ecdd35b55f8.tar.gz
freebsd-ports-gnome-60c21d3e13adaae44d58fe93f5c62ecdd35b55f8.tar.zst
freebsd-ports-gnome-60c21d3e13adaae44d58fe93f5c62ecdd35b55f8.zip
- Add dependency on iconv
- Remove mirror site that does not function anymore - Bump PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsnt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cvsnt/Makefile b/devel/cvsnt/Makefile
index c364c137c3b5..25d45c652a8f 100644
--- a/devel/cvsnt/Makefile
+++ b/devel/cvsnt/Makefile
@@ -7,9 +7,9 @@
PORTNAME= cvsnt
PORTVERSION= 2.0.58d
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://www.cvsnt.org/archive/ \
- http://homepages.nildram.co.uk/~tmhoyle/
+MASTER_SITES= http://www.cvsnt.org/archive/
MAINTAINER= fjoe@FreeBSD.org
COMMENT= CVS clone
@@ -22,6 +22,7 @@ USE_RC_SUBR= yes
CONFIGURE_ARGS= --enable-fork
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GETOPT_LONG=yes
+USE_ICONV= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"