diff options
Diffstat (limited to 'games/euchre/Makefile')
-rw-r--r-- | games/euchre/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile index a4e1d1ada715..dffa9d98dcc7 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -16,8 +16,7 @@ MAINTAINER= laszlof@vonostingroup.com COMMENT= Very popular card game with variable skill levels PLIST_FILES= bin/euchre -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_GNOME= gtk12 .include <bsd.port.mk> |