diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-08 02:16:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-08 02:16:44 +0000 |
commit | cadb8b1dc3cb92f6202f420c46ffd23e01b76fda (patch) | |
tree | 11ab2830174ace35988354f7d88447752805678b /x11 | |
parent | a194fc37be61674d561183a8be7ed6046ff78063 (diff) | |
download | ports-cadb8b1dc3cb92f6202f420c46ffd23e01b76fda.tar.gz ports-cadb8b1dc3cb92f6202f420c46ffd23e01b76fda.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 3c7f339644e0..21baaceb1f6d 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= dconf gnomeprefix gtk30 intlhack nautilus3 vte3 USE_XORG= sm ice GNU_CONFIGURE= yes @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --disable-search-provider CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +CPE_VENDOR= gnome GLIB_SCHEMAS= org.gnome.Terminal.gschema.xml |