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 | Add linux-flashplugin6 6.0r69, the official Macromedia Flash Player (diff) |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=78334
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> |