summaryrefslogtreecommitdiff
path: root/print/xfce4-print/Makefile
diff options
context:
space:
mode:
authormartti <martti>2006-02-20 08:17:09 +0000
committermartti <martti>2006-02-20 08:17:09 +0000
commitc4b8af7d3334c1caead4ae59b1a91e4415393eaa (patch)
treea5a22cdcd4a5b00e08a1389ae281c4ee127c8380 /print/xfce4-print/Makefile
parent45fe928f69ae3db508944e836037efa1d58736df (diff)
downloadpkgsrc-c4b8af7d3334c1caead4ae59b1a91e4415393eaa.tar.gz
Fix build problems on Solaris (pkg/32875).
This change does not affect other platforms and as it was not building correctly on Solaris I see no reason for PKGREVISION bump.
Diffstat (limited to 'print/xfce4-print/Makefile')
-rw-r--r--print/xfce4-print/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index 1ee0ca03740..e21aa16b565 100644
--- a/print/xfce4-print/Makefile
+++ b/print/xfce4-print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:41 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/20 08:17:09 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -12,6 +12,12 @@ CONFIGURE_ARGS+= --with-printcap=/etc/printcap
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+PLIST_SUBST+= SOLARIS="@comment "
+.else
+PLIST_SUBST+= SOLARIS=""
+.endif
+
.include "../../print/a2ps/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"