diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-23 20:11:35 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-23 20:11:35 +0000 |
commit | cfb361a870e4f3d91007d79f6d3cfcea48259cec (patch) | |
tree | 496b176c341dde416fa711dbad82ea5232103b82 /lang/pnet/Makefile | |
parent | Add symlink for pnet to depend on (diff) |
Update to 0.3.4
PR: 37320
Submitted by: maintainer
Diffstat (limited to 'lang/pnet/Makefile')
-rw-r--r-- | lang/pnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index fb74d8c67816..3eebf0a4cd34 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -6,13 +6,13 @@ # PORTNAME= pnet -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.4 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ MAINTAINER= ahze@rgv.net -BUILD_DEPENDS= treecc:${PORTSDIR}/lang/treecc +BUILD_DEPENDS= treecc-0.1.0:${PORTSDIR}/lang/treecc GNU_CONFIGURE= yes USE_GMAKE= yes |