diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-02 03:45:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-02 03:45:44 +0000 |
commit | dd61c701b60f528e7faad9dd85eda44c49570f16 (patch) | |
tree | 9a6a3461f42de4680db0b6a4ea4a830a47805ffd /astro/position/Makefile | |
parent | 35d0e02255ba40fc52f22604c69ab4a2e8ce48a0 (diff) | |
download | ports-dd61c701b60f528e7faad9dd85eda44c49570f16.tar.gz ports-dd61c701b60f528e7faad9dd85eda44c49570f16.zip |
Notes
Diffstat (limited to 'astro/position/Makefile')
-rw-r--r-- | astro/position/Makefile | 9 |
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> |