diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-08 04:29:52 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-08 04:29:52 +0800 |
commit | ab33b7e4e947215fc28574a1f6cc5b302d892508 (patch) | |
tree | 714bc1880ab6ab76a2d1f5ca00c1eca849d8d856 /games/flightgear-atlas | |
parent | b55e6d7146620a83421d6dc850eb3e97a4b549b4 (diff) | |
download | freebsd-ports-gnome-ab33b7e4e947215fc28574a1f6cc5b302d892508.tar.gz freebsd-ports-gnome-ab33b7e4e947215fc28574a1f6cc5b302d892508.tar.zst freebsd-ports-gnome-ab33b7e4e947215fc28574a1f6cc5b302d892508.zip |
- Reflect the simgear update by bumping PORTREVISION, since simgear is
staticalled linked
- Remove USE_REINPLACE
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 |