aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2006-09-24 07:44:15 +0800
committerbsam <bsam@FreeBSD.org>2006-09-24 07:44:15 +0800
commit2110f71c41d39cca91bfc162ce518b67dfefa496 (patch)
tree6a224ba7a18c16e81d744d61741fb2c96e6e67a8
parentc111f4865298dfe0a5ce986a8303b0dd5ff38b78 (diff)
downloadfreebsd-ports-gnome-2110f71c41d39cca91bfc162ce518b67dfefa496.tar.gz
freebsd-ports-gnome-2110f71c41d39cca91bfc162ce518b67dfefa496.tar.zst
freebsd-ports-gnome-2110f71c41d39cca91bfc162ce518b67dfefa496.zip
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)
-rw-r--r--comms/xastir/Makefile3
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