diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-23 23:44:15 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-09-23 23:44:15 +0000 |
commit | 904fa3fd12c36c541c492f6d610efd1a841129ff (patch) | |
tree | 9d5f7b94731e5452ff630b2646346d563a8a245a /comms | |
parent | e14467d1331fbda85a6ca7953f970f4953693c4a (diff) |
Fix an optional dependancy so it installs what it really needs
(astro/gpsman -> graphics/gpsmanshp).
PR: 103516
Submitted by: Carl Makin <carl at stagecraft.cx> (maintainer)
Notes
Notes:
svn path=/head/; revision=173679
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xastir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 58a5e1b1f087..ae8b3b0f07d1 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -7,6 +7,7 @@ PORTNAME= xastir PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xastir @@ -53,7 +54,7 @@ CONFIGURE_ARGS+= --without-festival .endif .if defined(WITH_GPSMAN) -RUN_DEPENDS+= gpsman:${PORTSDIR}/astro/gpsman +RUN_DEPENDS+= gpsmanshp:${PORTSDIR}/graphics/gpsmanshp WITH_SHAPELIB= true .undef WITHOUT_SHAPELIB .else |