summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-14 03:36:42 +0000
committerhans <hans@pkgsrc.org>2012-01-14 03:36:42 +0000
commit65a21db0887988ab6a8423979721752ccaf7e634 (patch)
treea12d5bb6790ac8eafb526b0f8343eba1346dee3d /print
parentb0db8ab390ea381eed7b128d09a64000f91010cd (diff)
downloadpkgsrc-65a21db0887988ab6a8423979721752ccaf7e634.tar.gz
Force real gsed only on NetBSD.
Diffstat (limited to 'print')
-rw-r--r--print/pdf2djvu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/pdf2djvu/Makefile b/print/pdf2djvu/Makefile
index 1aa7e264b2d..e376e88dec7 100644
--- a/print/pdf2djvu/Makefile
+++ b/print/pdf2djvu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/11/01 06:02:26 sbd Exp $
+# $NetBSD: Makefile,v 1.3 2012/01/14 03:43:36 hans Exp $
#
DISTNAME= pdf2djvu_0.7.7
@@ -24,7 +24,10 @@ USE_LANGUAGES= c++ c
USE_TOOLS+= pkg-config gmake intltool msgfmt xgettext gsed
# We really need GNU sed not NetBSD's GNUish sed
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD"
TOOLS_PLATFORM.gsed= # empty
+.endif
.include "../../graphics/djvulibre-lib/buildlink3.mk"
.include "../../print/poppler/buildlink3.mk"