aboutsummaryrefslogtreecommitdiff
path: root/devel/darts/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-04 09:14:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-04 09:14:59 +0000
commit432a9426d0ced0e61944bf79ef5086a848c97c22 (patch)
treed1a7b6548419c81ff63837839f7643df6c4e5c8a /devel/darts/Makefile
parentc68fd844acfecd1c1c3fc74e07a7b0a0a3c1aee0 (diff)
downloadports-432a9426d0ced0e61944bf79ef5086a848c97c22.tar.gz
ports-432a9426d0ced0e61944bf79ef5086a848c97c22.zip
[UPDATE]: devel/darts
This patch will update devel/darts to version 0.3. This version fixes several bugs. PR: ports/91286 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
Notes
Notes: svn path=/head/; revision=152715
Diffstat (limited to 'devel/darts/Makefile')
-rw-r--r--devel/darts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/darts/Makefile b/devel/darts/Makefile
index 32ff17712005..7a72d7d8e94e 100644
--- a/devel/darts/Makefile
+++ b/devel/darts/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= darts
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= laszlof@vonostingroup.com
COMMENT= A C++ template library that implements Double-Array
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
EXAMPLES= darts.cpp mkdarts.cpp
DOCS= AUTHORS ChangeLog README doc