diff options
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r-- | devel/simgear/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 5b812e8c0ba9..8d93a962ed7e 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -7,7 +7,7 @@ PORTNAME= SimGear PORTVERSION= 0.3.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel games MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \ ftp://ftp.de.flightgear.org/pub/simgear/Source/ @@ -21,7 +21,6 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ jpeg.9:${PORTSDIR}/graphics/jpeg \ alut.1:${PORTSDIR}/audio/freealut -USE_X_PREFIX= yes USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |