diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-18 11:11:29 +0000 |
commit | 3bbc108312c59a9d56e6bd7a9130f8572093caaf (patch) | |
tree | 8e56c67cbd222afd02e8ebaf5562ceb6431033ac /games/armagetron/Makefile | |
parent | 4e0edf1034c6e05efb7571da455f2c7ff894a993 (diff) |
Notes
Diffstat (limited to 'games/armagetron/Makefile')
-rw-r--r-- | games/armagetron/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile index 0ee7fdb7aa85..14595fb0e732 100644 --- a/games/armagetron/Makefile +++ b/games/armagetron/Makefile @@ -8,6 +8,7 @@ PORTNAME= armagetron PORTVERSION= 0.2.8.2.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/armagetronad DISTNAME= armagetronad-${PORTVERSION} @@ -24,7 +25,7 @@ CONFIGURE_ENV= CXXFLAGS="${CFLAGS} -I${LOCALBASE}/include `${SDL_CONFIG} --cflag CONFIGURE_ARGS= --disable-etc BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS+= jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ xml2.5:${PORTSDIR}/textproc/libxml2 |