diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 18:34:05 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-27 18:34:05 +0000 |
commit | 5100f43b6323012db53f92823038cd881bbf3813 (patch) | |
tree | 8e173bd6fa9baba17d8024adfa976a73cec97f3d | |
parent | 7038da30a4012fb4fc83309b2cc31b29e1712c1e (diff) | |
download | FreeBSD-ports-5100f43b6323012db53f92823038cd881bbf3813.zip FreeBSD-ports-5100f43b6323012db53f92823038cd881bbf3813.tar.gz |
- Convert to USES=tar,libtool
-rw-r--r-- | games/duel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/duel/Makefile b/games/duel/Makefile index 5ef84b6..f000030 100644 --- a/games/duel/Makefile +++ b/games/duel/Makefile @@ -5,8 +5,7 @@ PORTNAME= duel PORTVERSION= 0.98 PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver +MASTER_SITES= LOCAL/alepulver DISTNAME= lin${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -15,8 +14,7 @@ COMMENT= Overhead, OpenGL space shooter LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libftgl.so:${PORTSDIR}/graphics/ftgl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes +USES= tar:bzip2 libtool USE_GL= gl USE_SDL= sdl GNU_CONFIGURE= yes |