summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 23:09:32 +0000
committerjlam <jlam>2002-09-13 23:09:32 +0000
commit4137db171287934eb21646d75d4d3a90e694fe1f (patch)
treee25db3233f4993bd207269153263f5d93d26d7cd /print
parent120958431dd559491b0ddd4b6aac028d0b16f6ff (diff)
downloadpkgsrc-4137db171287934eb21646d75d4d3a90e694fe1f.tar.gz
hpijs needs g++ on Solaris, as noted in pkg/17325 by Eric Schnoebelen
<eric at cirr dot com>.
Diffstat (limited to 'print')
-rw-r--r--print/hpijs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index 920d4f34bb5..ba3441a90a0 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/11 00:08:32 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/13 23:09:32 jlam Exp $
DISTNAME= hpijs-1.2.2
CATEGORIES= print
@@ -13,4 +13,10 @@ CONFLICTS= ghostscript<=6.0.1nb4 ghostscript-nox11<=6.0.1nb4
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+. include "../../lang/gcc/Makefile.gcc"
+.endif
+
.include "../../mk/bsd.pkg.mk"