diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-20 19:10:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-20 19:10:27 +0000 |
commit | 89311190808258b05f92767bf63282b09c5cc134 (patch) | |
tree | 6dd7acd791dec9c3f19b4b614ff0c56267c8fd85 /games/gturing | |
parent | 2828e65510ec21c7322d34369a580aa76774957e (diff) | |
download | FreeBSD-ports-89311190808258b05f92767bf63282b09c5cc134.zip FreeBSD-ports-89311190808258b05f92767bf63282b09c5cc134.tar.gz |
* Re-add support for libgnomeprint[ui]-2.0
* De-pkg-comment
Diffstat (limited to 'games/gturing')
-rw-r--r-- | games/gturing/Makefile | 4 | ||||
-rw-r--r-- | games/gturing/pkg-comment | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 5437ea6..001daca 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -12,11 +12,11 @@ CATEGORIES= games gnome MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/ MAINTAINER= rael@vectorstar.net +COMMENT= A simple turing machine simulator for gnome 2 LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ - gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui + gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui -BROKEN= "Requires update to work with libgnomeprint-2-2" USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/games/gturing/pkg-comment b/games/gturing/pkg-comment deleted file mode 100644 index 90aab86..0000000 --- a/games/gturing/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple turing machine simulator for gnome 2 |