diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:10:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-20 19:10:27 +0000 |
commit | e22991b21c8a8a49a8910640f7b1c58fc2c26df0 (patch) | |
tree | 0c4a83becd260fb4011c0a8da35abb389e3d6a63 /games/gturing | |
parent | * Re-add libgnomeprint[ui]-2.0 support and unbreak (diff) |
* Re-add support for libgnomeprint[ui]-2.0
* De-pkg-comment
Notes
Notes:
svn path=/head/; revision=75973
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 5437ea61074d..001daca68ed8 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 90aab86312bd..000000000000 --- a/games/gturing/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple turing machine simulator for gnome 2 |