summaryrefslogtreecommitdiff
path: root/print/hpijs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/hpijs/Makefile')
-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"