summaryrefslogtreecommitdiffstats
path: root/games/flightgear
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-02-05 11:23:26 +0000
committerdes <des@FreeBSD.org>2003-02-05 11:23:26 +0000
commit3312f0552be6a51657158267b478367769d31650 (patch)
tree3802f5ecfa543816f8929a2a9cb2650448fc6be6 /games/flightgear
parentb7aec083f682cb3c41a03899c53dd96826123d1d (diff)
downloadFreeBSD-ports-3312f0552be6a51657158267b478367769d31650.zip
FreeBSD-ports-3312f0552be6a51657158267b478367769d31650.tar.gz
BUILD_DEPENDS isn't enough, we need RUN_DEPENDS as well so the dependency
gets registered in the package. This should unbreak the bento builds of games/flightgear.
Diffstat (limited to 'games/flightgear')
-rw-r--r--games/flightgear/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index e4b38fe..1402e57 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -7,6 +7,7 @@
PORTNAME= FlightGear
PORTVERSION= 0.9.1
+PORTREVISION= 1
BASEVERSION= 0.9.1a
CATEGORIES= games
MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \
@@ -19,6 +20,8 @@ MAINTAINER= des@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear
+RUN_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \
+ ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
OpenPOWER on IntegriCloud