summaryrefslogtreecommitdiff
path: root/palm/imgvtopgm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-04-29 21:18:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-04-29 21:18:39 +0000
commit16d77b0134c188767300a27e38331d68824d755d (patch)
tree93e989ad765d34da1aa2191b2c8f48ba8629d7a8 /palm/imgvtopgm
parentUpdate to 1.4.3 (diff)
Mark BROKEN: the port looks for netpbm in ${X11BASE} not ${LOCALBASE}
Noticed by: bento
Notes
Notes: svn path=/head/; revision=28083
Diffstat (limited to 'palm/imgvtopgm')
-rw-r--r--palm/imgvtopgm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/imgvtopgm/Makefile b/palm/imgvtopgm/Makefile
index 96930870276a..a35f426f1d74 100644
--- a/palm/imgvtopgm/Makefile
+++ b/palm/imgvtopgm/Makefile
@@ -12,11 +12,13 @@ MASTER_SITES= http://www.trends.net/~mu/srcs/
MAINTAINER= sumikawa@kame.net
-BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm
+LIB_DEPENDS= pbm.1:${PORTSDIR}/graphics/netpbm
GNU_CONFIGURE= yes
MAN1= imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \
pgmtoimgv.1 ppmimgvquant.1
+BROKEN= "Looks for netpbm in the wrong place"
+
.include <bsd.port.mk>