summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-02 03:45:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-02 03:45:44 +0000
commitdd61c701b60f528e7faad9dd85eda44c49570f16 (patch)
tree9a6a3461f42de4680db0b6a4ea4a830a47805ffd /astro
parent- drop options GNUSTEP_WITH_GCC43, GNUSTEP_WITH_GCC44 (diff)
- update dependency to graphics/proj
Notes
Notes: svn path=/head/; revision=251992
Diffstat (limited to 'astro')
-rw-r--r--astro/position/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/astro/position/Makefile b/astro/position/Makefile
index dc2a8dbff4da..53daed0f188c 100644
--- a/astro/position/Makefile
+++ b/astro/position/Makefile
@@ -7,15 +7,14 @@
PORTNAME= position
PORTVERSION= 0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro gnustep
MASTER_SITES= http://www.gnustep.it/enrico/position/
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}
+LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
@@ -26,6 +25,8 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Position/Position
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
-PROJ4_PORT?= misc/proj4
+post-patch:
+ ${REINPLACE_CMD} -e 's|UV |projUV |' \
+ ${WRKSRC}/Functions.m
.include <bsd.port.mk>