pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/xfce4-print Fix PLIST when cups option is used.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a8959374b03
branches: trunk
changeset: 527853:1a8959374b03
user: dillo <dillo%pkgsrc.org@localhost>
date: Sat Apr 14 22:13:38 2007 +0000
description:
Fix PLIST when cups option is used.
diffstat:
print/xfce4-print/PLIST | 3 ++-
print/xfce4-print/options.mk | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r c91634266df7 -r 1a8959374b03 print/xfce4-print/PLIST
--- a/print/xfce4-print/PLIST Sat Apr 14 22:12:14 2007 +0000
+++ b/print/xfce4-print/PLIST Sat Apr 14 22:13:38 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2007/04/12 09:55:12 martti Exp $
+@comment $NetBSD: PLIST,v 1.17 2007/04/14 22:13:38 dillo Exp $
${SOLARIS}lib/xfce4/xfprint-plugins/bsdlpr_plugin.la
bin/xfprint4
bin/xfprint4-manager
@@ -12,6 +12,7 @@
lib/libxfprint.la
lib/pkgconfig/xfprint-1.0.pc
lib/xfce4/mcs-plugins/xfprint_plugin.la
+${CUPS}lib/xfce4/xfprint-plugins/cups_plugin.la
share/applications/xfce-xfprint-settings.desktop
share/applications/xfprint-manager.desktop
share/applications/xfprint.desktop
diff -r c91634266df7 -r 1a8959374b03 print/xfce4-print/options.mk
--- a/print/xfce4-print/options.mk Sat Apr 14 22:12:14 2007 +0000
+++ b/print/xfce4-print/options.mk Sat Apr 14 22:13:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2007/04/12 09:55:12 martti Exp $
+# $NetBSD: options.mk,v 1.4 2007/04/14 22:13:38 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-print
PKG_SUPPORTED_OPTIONS= cups
@@ -7,6 +7,8 @@
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups/buildlink3.mk"
+PLIST_SUBST+= CUPS=
.else
CONFIGURE_ARGS+= --disable-cups
+PLIST_SUBST+= CUPS="@comment "
.endif
Home |
Main Index |
Thread Index |
Old Index