diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-19 08:09:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-19 08:09:08 +0000 |
commit | 9ef640ee93834194212b94d00b834fd2ea72f22c (patch) | |
tree | d3d501062a353f0cecd74e133fc3892e8257c268 /emulators | |
parent | b24252f9066410837f8c9d78e4e3a31dcaccda1d (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynagui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/dynagui/Makefile b/emulators/dynagui/Makefile index d837be63a3c1..c5da2ada7025 100644 --- a/emulators/dynagui/Makefile +++ b/emulators/dynagui/Makefile @@ -7,6 +7,7 @@ PORTNAME= dynagui PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= dynagui @@ -14,7 +15,7 @@ DIST_SUBDIR= dynagui MAINTAINER= greenwood.andy@gmail.com COMMENT= GUI frontend to the dynamips router simulator -BUILD_DEPENDS= dynagen:${PORTSDIR}/emulators/dynagen-devel +BUILD_DEPENDS= dynagen:${PORTSDIR}/emulators/dynagen USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes |