diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-05 15:45:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-05 15:45:43 +0000 |
commit | 696dfd58caf91eca5253887c928e7a4ea3320e67 (patch) | |
tree | ef9d2dc62db7b87539ecfb23aa82811674dcecf7 /devel/kimwitu++/Makefile | |
parent | 73811464770e34ed1be0eb95e7f44a67dd6763e2 (diff) |
- Update to version 2.3.8
PR: 58960
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=93154
Diffstat (limited to 'devel/kimwitu++/Makefile')
-rw-r--r-- | devel/kimwitu++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kimwitu++/Makefile b/devel/kimwitu++/Makefile index bc5c2786916c..ec5ea8f8ed42 100644 --- a/devel/kimwitu++/Makefile +++ b/devel/kimwitu++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= kimwitu++ -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.8 CATEGORIES= devel MASTER_SITES= http://site.informatik.hu-berlin.de/kimwitu++/ @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tool for processing trees (i.e. terms) USE_BISON= yes +USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |