diff options
author | pav <pav@FreeBSD.org> | 2005-05-20 00:08:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-20 00:08:04 +0800 |
commit | 674adce5618f865383409279c1d92c99a2125c43 (patch) | |
tree | 15f9bff3425150dddede74b9b139a5550deba5f3 /cad/tkgate/Makefile | |
parent | cb7f948785c92f4283c5c9de5322ce115de45aec (diff) | |
download | freebsd-ports-gnome-674adce5618f865383409279c1d92c99a2125c43.tar.gz freebsd-ports-gnome-674adce5618f865383409279c1d92c99a2125c43.tar.zst freebsd-ports-gnome-674adce5618f865383409279c1d92c99a2125c43.zip |
- Update to 1.8.6
PR: ports/81221
Submitted by: Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer)
Diffstat (limited to 'cad/tkgate/Makefile')
-rw-r--r-- | cad/tkgate/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 036c20ada69d..0956075ca5aa 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tkgate -PORTVERSION= 1.6i -PORTREVISION= 1 +PORTVERSION= 1.8.6 CATEGORIES= cad MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/ EXTRACT_SUFX= .tgz @@ -21,6 +20,8 @@ BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} GNU_CONFIGURE= yes USE_BISON= yes -USE_X_PREFIX= yes +USE_X_PREFIX= yes + +PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.mk> |