summaryrefslogtreecommitdiff
path: root/devel/simgear/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-02-05 11:23:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-02-05 11:23:26 +0000
commit4433ae9359cc38bb62371aa02a307055c6152a7d (patch)
treed6eaaa4422922e056cb9d2f6d9e3ff68e2968519 /devel/simgear/Makefile
parentPacking list incorrectly listed jaxp.jar and crimson.jar. (diff)
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.
Notes
Notes: svn path=/head/; revision=74836
Diffstat (limited to 'devel/simgear/Makefile')
-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