diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 21:02:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 21:02:35 +0000 |
commit | 1825f7f821ecff118d4a69f12bc78091fd68914d (patch) | |
tree | 4173eb952e78d7e5063639702fc9d58ea5040cc6 /games | |
parent | 668ca131f838cf1cfa992f3500e0f3a13326e3b6 (diff) | |
download | ports-1825f7f821ecff118d4a69f12bc78091fd68914d.tar.gz ports-1825f7f821ecff118d4a69f12bc78091fd68914d.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/euchre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile index b4f063549b80..16787568a9df 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -15,6 +15,6 @@ MAINTAINER= laszlof@freebsdmatrix.net COMMENT= Very popular card game with variable skill levels USE_AUTOMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 .include <bsd.port.mk> |