diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 20:29:52 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 20:29:52 +0000 |
commit | 6fd1bc6c5401701ab972bca8c27dbf8aa908349a (patch) | |
tree | d4491caafb7ab1956b77dc3489fbe5f1be957af3 /games/flightgear-atlas | |
parent | fa9a9cd603c77d0c24a520315fde2f48b06154e5 (diff) | |
download | ports-6fd1bc6c5401701ab972bca8c27dbf8aa908349a.tar.gz ports-6fd1bc6c5401701ab972bca8c27dbf8aa908349a.zip |
- Reflect the simgear update by bumping PORTREVISION, since simgear is
staticalled linked
- Remove USE_REINPLACE
Notes
Notes:
svn path=/head/; revision=159080
Diffstat (limited to 'games/flightgear-atlas')
-rw-r--r-- | games/flightgear-atlas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/flightgear-atlas/Makefile b/games/flightgear-atlas/Makefile index bac86a938779..a12c80319010 100644 --- a/games/flightgear-atlas/Makefile +++ b/games/flightgear-atlas/Makefile @@ -7,7 +7,7 @@ PORTNAME= flightgear-atlas PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= atlas @@ -26,7 +26,6 @@ RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${X11BASE}/share/FlightGear/version:${PORTSDIR}/games/fgfs-base USE_X_PREFIX= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GL= yes |