diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-05 21:02:35 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-05 21:02:35 +0000 |
commit | 43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356 (patch) | |
tree | bd2c448bb40aee1875a6c90d15fc48f1ff018baa /games/euchre | |
parent | 393ef9f6d601cf7342022d5260c0851acf48485e (diff) | |
download | FreeBSD-ports-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.zip FreeBSD-ports-43afe59f2215ba5ef8d4b93ba2dd26ff1d4ab356.tar.gz |
Convert to new GNOME infrastructure.
Diffstat (limited to 'games/euchre')
-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 b4f0635..1678756 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> |