diff options
author | hans <hans> | 2012-01-14 03:36:42 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-14 03:36:42 +0000 |
commit | b219bbdb4b672a2c4675303f8255a5371bd1582d (patch) | |
tree | a12d5bb6790ac8eafb526b0f8343eba1346dee3d /print | |
parent | 97b9e8122b053d433be135877fbe478472167588 (diff) | |
download | pkgsrc-b219bbdb4b672a2c4675303f8255a5371bd1582d.tar.gz |
Force real gsed only on NetBSD.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdf2djvu/Makefile | 5 |
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" |