summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortv <tv>2005-11-08 18:04:02 +0000
committertv <tv>2005-11-08 18:04:02 +0000
commit50f4fc63ea222fe0b5ec623bd2a25cf510ce8063 (patch)
tree4c672e1d7c4c0feb05df5338d44f488cc0599f7a /print
parent0fa50e53a9a4dc7cdf20eb72dff1d0ec35515160 (diff)
downloadpkgsrc-50f4fc63ea222fe0b5ec623bd2a25cf510ce8063.tar.gz
Include devel/libgetopt for <getopt.h> and getopt_long(3).
Diffstat (limited to 'print')
-rw-r--r--print/pnm2ppa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile
index ed68b00cbcd..203784967a0 100644
--- a/print/pnm2ppa/Makefile
+++ b/print/pnm2ppa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:09 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/08 18:04:02 tv Exp $
#
DISTNAME= pnm2ppa-1.12
@@ -30,4 +30,5 @@ post-install:
${INSTALL_DATA} docs/en/CALIBRATION.txt docs/en/COLOR.txt \
${PREFIX}/share/doc/pnm2ppa
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"