diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-05 11:23:26 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-05 11:23:26 +0000 |
commit | 4433ae9359cc38bb62371aa02a307055c6152a7d (patch) | |
tree | d6eaaa4422922e056cb9d2f6d9e3ff68e2968519 /games/fgfs-base | |
parent | Packing 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 '')
-rw-r--r-- | games/fgfs-base/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile index e4b38fe77998..1402e5762297 100644 --- a/games/fgfs-base/Makefile +++ b/games/fgfs-base/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 |