diff options
author | des <des@FreeBSD.org> | 2003-02-05 11:23:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-02-05 11:23:26 +0000 |
commit | 3312f0552be6a51657158267b478367769d31650 (patch) | |
tree | 3802f5ecfa543816f8929a2a9cb2650448fc6be6 /games/flightgear | |
parent | b7aec083f682cb3c41a03899c53dd96826123d1d (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |