diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-02 09:57:22 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-02 09:57:22 +0000 |
commit | a7f6131e46b1b172b2051af141b825f27bcbb20e (patch) | |
tree | 762d3dbb33199e54da69a725710382c55ff2b87a /games/vavoom/Makefile | |
parent | 04472db9668366a20949b4a367d8a10f479106dc (diff) | |
download | ports-a7f6131e46b1b172b2051af141b825f27bcbb20e.tar.gz ports-a7f6131e46b1b172b2051af141b825f27bcbb20e.zip |
Notes
Diffstat (limited to 'games/vavoom/Makefile')
-rw-r--r-- | games/vavoom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index 2f8527a8aaf3..6c823946212f 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vavoom -PORTVERSION= 1.19 +PORTVERSION= 1.19.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ip@doom.homeunix.org COMMENT= Doom, Doom II, Heretic, Hexen and Strife source port -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - iconv.3:${PORTSDIR}/converters/iconv +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes +USE_ICONV= yes USE_AUTOTOOLS= autoconf:259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-sdl --with-opengl --without-openal --without-vorbis \ |