summaryrefslogtreecommitdiff
path: root/print/libpaper
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-03-01 21:51:22 +0000
committersno <sno@pkgsrc.org>2009-03-01 21:51:22 +0000
commit4fb17a69f16c1faaeecd776300d03b2b64d03bb7 (patch)
treeea14737485bc396266ba5a29d85e992a5efe2537 /print/libpaper
parentea7469b323b5fcae6bc55305f4cc566e5490577a (diff)
downloadpkgsrc-4fb17a69f16c1faaeecd776300d03b2b64d03bb7.tar.gz
add dependency to devel/libgetopt for platforms without getoptlong
Diffstat (limited to 'print/libpaper')
-rw-r--r--print/libpaper/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile
index 52672aa654d..a9333d69e8f 100644
--- a/print/libpaper/Makefile
+++ b/print/libpaper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/08 14:20:12 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2009/03/01 21:51:22 sno Exp $
#
DISTNAME= libpaper_1.1.23
@@ -19,4 +19,6 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake
FILES_SUBST+= PAPERSIZE=${PAPERSIZE}
+.include "../../devel/libgetopt/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"