diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-02 11:45:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-02 11:45:44 +0800 |
commit | ba6bf928295ace141647e80359faa7e35abafc1b (patch) | |
tree | 96f9fb33eee52370410c2cf0567eef71f5857600 /astro | |
parent | ff921a82ffbe8493a225cb8903a760995fc95527 (diff) | |
download | freebsd-ports-gnome-ba6bf928295ace141647e80359faa7e35abafc1b.tar.gz freebsd-ports-gnome-ba6bf928295ace141647e80359faa7e35abafc1b.tar.zst freebsd-ports-gnome-ba6bf928295ace141647e80359faa7e35abafc1b.zip |
- update dependency to graphics/proj
Diffstat (limited to 'astro')
-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> |