diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-30 17:41:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-30 17:41:59 +0000 |
commit | 28b6ff7cf0e62e9751b77e17e01b7064b22719b3 (patch) | |
tree | e1afbd0ab63930acd4483329ee23d461caf03075 /astro | |
parent | - Respect X11BASE (diff) |
- add RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=178357
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> |