diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-09 04:44:52 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-09 04:44:52 +0000 |
commit | 97fccae1c13ba7adf45d99479f4ab742595156cc (patch) | |
tree | f52117a177f601c50e9fd2d197563c93486f1322 /lang/pnet/Makefile | |
parent | Fix typo again that i missed (diff) |
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> |