svn commit: r405772 - head/sysutils/gnome-control-center

Koop Mast kwm at FreeBSD.org
Mon Jan 11 10:48:23 UTC 2016


Author: kwm
Date: Mon Jan 11 10:48:21 2016
New Revision: 405772
URL: https://svnweb.freebsd.org/changeset/ports/405772

Log:
  Fix packaging when CUPS is deselected.
  
  While here fix a typo in the CHEESE option that prevented it
  from being turned off.
  
  PR:		202154

Modified:
  head/sysutils/gnome-control-center/Makefile
  head/sysutils/gnome-control-center/pkg-plist

Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile	Mon Jan 11 09:45:09 2016	(r405771)
+++ head/sysutils/gnome-control-center/Makefile	Mon Jan 11 10:48:21 2016	(r405772)
@@ -63,7 +63,7 @@ CUPS_LIB_DEPENDS=	libcups.so:${PORTSDIR}
 			libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
 CUPS_CONFIGURE_ENABLE=	cups
 CHEESE_LIB_DEPENDS=	libcheese.so:${PORTSDIR}/multimedia/cheese
-CHEESE_CONFIGUE_WITH=	cheese
+CHEESE_CONFIGURE_WITH=	cheese
 
 .include <bsd.port.options.mk>
 

Modified: head/sysutils/gnome-control-center/pkg-plist
==============================================================================
--- head/sysutils/gnome-control-center/pkg-plist	Mon Jan 11 09:45:09 2016	(r405771)
+++ head/sysutils/gnome-control-center/pkg-plist	Mon Jan 11 10:48:21 2016	(r405772)
@@ -15,7 +15,7 @@ share/applications/gnome-mouse-panel.des
 share/applications/gnome-notifications-panel.desktop
 share/applications/gnome-online-accounts-panel.desktop
 share/applications/gnome-power-panel.desktop
-share/applications/gnome-printers-panel.desktop
+%%CUPS%%share/applications/gnome-printers-panel.desktop
 share/applications/gnome-privacy-panel.desktop
 share/applications/gnome-region-panel.desktop
 share/applications/gnome-search-panel.desktop


More information about the svn-ports-head mailing list