aboutsummaryrefslogtreecommitdiffstats
path: root/devel/simgear
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-02-05 19:23:26 +0800
committerdes <des@FreeBSD.org>2003-02-05 19:23:26 +0800
commit3312f0552be6a51657158267b478367769d31650 (patch)
tree3802f5ecfa543816f8929a2a9cb2650448fc6be6 /devel/simgear
parentb7aec083f682cb3c41a03899c53dd96826123d1d (diff)
downloadfreebsd-ports-gnome-3312f0552be6a51657158267b478367769d31650.tar.gz
freebsd-ports-gnome-3312f0552be6a51657158267b478367769d31650.tar.zst
freebsd-ports-gnome-3312f0552be6a51657158267b478367769d31650.zip
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 'devel/simgear')
-rw-r--r--devel/simgear/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index cae0a3008b91..99846adb2622 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SimGear
PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \
ftp://ftp.de.flightgear.org/pub/simgear/
@@ -17,6 +18,8 @@ MAINTAINER= des@FreeBSD.org
# versionless or static libraries.
BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit \
${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
+RUN_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit \
+ ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
USE_X_PREFIX= yes
USE_MESA= yes