diff options
author | pat <pat@FreeBSD.org> | 2002-01-09 12:44:52 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-09 12:44:52 +0800 |
commit | 75d86b9153ceb284ff2f6028e1626761ee8abb06 (patch) | |
tree | b031bd7ac14e5cfbee046889a5bc8e40163a3c43 /lang/pnet/Makefile | |
parent | 5a52aed2fb654fea6da7cc10b16ca929d234d074 (diff) | |
download | freebsd-ports-gnome-75d86b9153ceb284ff2f6028e1626761ee8abb06.tar.gz freebsd-ports-gnome-75d86b9153ceb284ff2f6028e1626761ee8abb06.tar.zst freebsd-ports-gnome-75d86b9153ceb284ff2f6028e1626761ee8abb06.zip |
Update to 0.2.6
PR: 31727
Reviewed by: maintainer
Diffstat (limited to 'lang/pnet/Makefile')
-rw-r--r-- | lang/pnet/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 30e63e718093..b4a8989d3d68 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -6,22 +6,19 @@ # PORTNAME= pnet -PORTVERSION= 0.1.8 +PORTVERSION= 0.2.6 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ MAINTAINER= ahze@ahze.net -BUILD_DEPENDS= ${LOCALBASE}/bin/treecc:${PORTSDIR}/lang/treecc +BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc GNU_CONFIGURE= yes USE_GMAKE= yes -MAN1= ilasm.1 \ - ildasm.1 \ - ilsize.1 \ - ilnative.1 \ - ilfind.1 \ - cscc.1 \ + +MAN1= cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \ + ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \ resgen.1 .include <bsd.port.mk> |