diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:28:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:28:07 +0800 |
commit | fde693e93db35fe3bd1a21756278115f8bfa5d96 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /games/atr3d/Makefile | |
parent | 12e20b0674c48f693a78fe456f8afcfb71b9685b (diff) | |
download | freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.gz freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.zst freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'games/atr3d/Makefile')
-rw-r--r-- | games/atr3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 11faaedae2eb..5e79f49f766e 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -19,10 +19,10 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake perl5 USE_GL= glut glu USE_XORG= xmu xi x11 -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" USE_AUTOTOOLS= automake autoconf |