diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /games/euchre | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-graphics-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'games/euchre')
-rw-r--r-- | games/euchre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/euchre/Makefile b/games/euchre/Makefile index dd3e4815e1f..a4e1d1ada71 100644 --- a/games/euchre/Makefile +++ b/games/euchre/Makefile @@ -17,6 +17,7 @@ COMMENT= Very popular card game with variable skill levels PLIST_FILES= bin/euchre USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 USE_GNOME= gtk12 .include <bsd.port.mk> |