svn commit: r402192 - head/x11/gdm

Koop Mast kwm at FreeBSD.org
Sat Nov 21 19:59:59 UTC 2015


Author: kwm
Date: Sat Nov 21 19:59:57 2015
New Revision: 402192
URL: https://svnweb.freebsd.org/changeset/ports/402192

Log:
  Add CPE info, and fix some whitespace issues.
  
  PR:		204695
  Submitted by:	shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/x11/gdm/Makefile

Modified: head/x11/gdm/Makefile
==============================================================================
--- head/x11/gdm/Makefile	Sat Nov 21 19:57:27 2015	(r402191)
+++ head/x11/gdm/Makefile	Sat Nov 21 19:59:57 2015	(r402192)
@@ -13,7 +13,7 @@ COMMENT=	GNOME 3 version of xdm display 
 
 BUILD_DEPENDS=	zenity>=3.0.0:${PORTSDIR}/x11/zenity \
 		itstool:${PORTSDIR}/textproc/itstool \
-    		iso-codes>=0:${PORTSDIR}/misc/iso-codes
+		iso-codes>=0:${PORTSDIR}/misc/iso-codes
 LIB_DEPENDS=	libck-connector.so:${PORTSDIR}/sysutils/consolekit \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 		libupower-glib.so:${PORTSDIR}/sysutils/upower \
@@ -41,7 +41,9 @@ GROUPS=		gdm
 
 PORTSCOUT=	limitw:1,even
 
-USES=		execinfo gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		cpe execinfo gettext gmake libtool pathfix pkgconfig tar:xz
+CPE_VENDOR=	gnome
+CPE_VENDOR=	gnome_display_manager
 USE_GNOME=	dconf intlhack introspection librsvg2
 USE_LDCONFIG=	yes
 USE_XORG=	dmx dmxproto
@@ -68,7 +70,7 @@ CONFIGURE_ARGS=	--disable-static \
 		--without-plymouth \
 		--with-user=gdm \
 		--with-group=gdm \
- 		--with-initial-vt=09 \
+		--with-initial-vt=09 \
 		--disable-wayland-support \
 		--with-systemd=no
 


More information about the svn-ports-all mailing list