diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
commit | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /games/eboard | |
parent | Convert to new perl framework (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327451
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 60d2d08f9639..eb8603be3f43 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -19,10 +19,10 @@ COMMENT= GTK+ chess board interface (mainly for FICS and chessd) LIB_DEPENDS= png15:${PORTSDIR}/graphics/png EXTRAS= 1pl2 2 -USES= shebangfix pkgconfig +USES= shebangfix pkgconfig perl5 USE_BZIP2= yes HAS_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_GNOME= gtk20 SHEBANG_FILES= configure |