summaryrefslogtreecommitdiff
path: root/games/vamos/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-10 18:51:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-10 18:51:28 +0000
commit554ce86c00882adf4548ca9e351ffa97fefc8786 (patch)
tree002a69ac9edb2caf6b684b0af4aaabb62158c603 /games/vamos/Makefile
parent- Update to version 3.12 (diff)
- Update to version 0.4.2
PR: 59126 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93682
Diffstat (limited to 'games/vamos/Makefile')
-rw-r--r--games/vamos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile
index bf0ee4627eb5..93c7a69a79c2 100644
--- a/games/vamos/Makefile
+++ b/games/vamos/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= vamos
-PORTVERSION= 0.4.1
+PORTVERSION= 0.4.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,9 +19,10 @@ BUILD_DEPENDS= ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear \
${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
sigc.1:${PORTSDIR}/devel/libsigc++ \
+ glut.3:${PORTSDIR}/graphics/libglut \
png.5:${PORTSDIR}/graphics/png
-USE_MESA= yes
+USE_GL= yes
USE_GETOPT_LONG= yes
USE_REINPLACE= yes
USE_GMAKE= yes
@@ -42,7 +43,6 @@ post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
post-patch:
- @${REINPLACE_CMD} -e '/^CXXFLAGS/d' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
'/^AM_CXXFLAGS/d'