diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 11:01:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-08 11:01:42 +0800 |
commit | 76b613425775c78e418da3b06329c7f4da75a772 (patch) | |
tree | cb4c9a37d19d166bec48149d60a3021b1446a3e3 /x11 | |
parent | a7b7db498da0fe4cebbb3bd5e6c7911a01a2466e (diff) | |
download | freebsd-ports-gnome-76b613425775c78e418da3b06329c7f4da75a772.tar.gz freebsd-ports-gnome-76b613425775c78e418da3b06329c7f4da75a772.tar.zst freebsd-ports-gnome-76b613425775c78e418da3b06329c7f4da75a772.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-shell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 6342a03259ce..5186e5334bfa 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gmake libtool pathfix pkgconfig \ +USES= compiler:c11 cpe gettext gmake libtool pathfix pkgconfig \ tar:xz webplugin:native USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomeprefix \ gtk30 intlhack introspection @@ -50,6 +50,7 @@ CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/ CPPFLAGS+= -I${LOCALASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +CPE_VENDOR= gnome GLIB_SCHEMAS= org.gnome.shell.gschema.xml |