diff options
Diffstat (limited to 'games/vamos/Makefile')
-rw-r--r-- | games/vamos/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 12a59e5de40d..e479678ef281 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -3,14 +3,14 @@ PORTNAME= vamos PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Automotive simulation framework LICENSE= GPLv2 @@ -18,11 +18,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ libpng15.so:${PORTSDIR}/graphics/png -USES= openal:al,alut pkgconfig +USES= libtool openal:al,alut pkgconfig USE_XORG= sm ice x11 xi xext xmu USE_GL= glut USE_SDL= sdl -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --disable-unit-tests USE_LDCONFIG= yes |