diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-01 01:41:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-01 01:41:59 +0800 |
commit | 2abdb23164ee5dafd1dfd6afe31c0e265344c8a4 (patch) | |
tree | 232f3dd61e6bba396740817c755c92670cb00e02 /astro | |
parent | 32ee211d5c23da2f608d2b00c5eaf4221742ac6a (diff) | |
download | freebsd-ports-gnome-2abdb23164ee5dafd1dfd6afe31c0e265344c8a4.tar.gz freebsd-ports-gnome-2abdb23164ee5dafd1dfd6afe31c0e265344c8a4.tar.zst freebsd-ports-gnome-2abdb23164ee5dafd1dfd6afe31c0e265344c8a4.zip |
- add RUN_DEPENDS
Diffstat (limited to 'astro')
-rw-r--r-- | astro/position/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/astro/position/Makefile b/astro/position/Makefile index 72759337bf12..8a5bd60f2346 100644 --- a/astro/position/Makefile +++ b/astro/position/Makefile @@ -14,22 +14,18 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= GPS and Moving-Map Applikation BUILD_DEPENDS= ${LOCALBASE}/lib/libproj.a:${PORTSDIR}/${PROJ4_PORT} +RUN_DEPENDS= ${LOCALBASE}/lib/libproj.a:${PORTSDIR}/${PROJ4_PORT} -WRKSRC= ${WRKDIR}/Position -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile -USE_GNUSTEP_MAKE_DIRS+= Position - -PROJ4_PORT?= misc/proj4 +WRKSRC= ${WRKDIR}/Position/Position ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV+= ADDITIONAL_OBJCFLAGS="${ADDITIONAL_OBJCFLAGS}" -MAKE_ENV+= ADDITIONAL_LDFLAGS="${ADDITIONAL_LDFLAGS}" + +PROJ4_PORT?= misc/proj4 .include <bsd.port.mk> |