diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /games/naev | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'games/naev')
-rw-r--r-- | games/naev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index d22c14ef55d0..1c00929af603 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -7,6 +7,7 @@ PORTNAME= naev PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/ndata-${PORTVERSION}:${PORTSDIR}/games/naev-data -USE_AUTOTOOLS= automake:19:env aclocal:19:env autoconf:262:env +USE_AUTOTOOLS= automake:19:env aclocal:19:env autoconf:267:env USE_BZIP2= yes USE_DOS2UNIX= conf.example GNU_CONFIGURE= yes |