summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-01-09 08:43:18 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-01-09 08:43:18 +0000
commit1f57b122a2cb31a08372c69f03401600f22b55e0 (patch)
tree82401b3d293428f3964ad510b6fa3955f418b4fa /devel
parentFix plist. (diff)
- Add dependency on iconv
- Remove mirror site that does not function anymore - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=125937
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}"