diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 04:35:01 +0800 |
commit | 710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /x11 | |
parent | 581a64ac608f8a28ef17c4b0cb597cc18ba8deb6 (diff) | |
download | freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.gz freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.tar.zst freebsd-ports-gnome-710894a8a89e6e23bdb3c0f9f8ebd91c361f4dd8.zip |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpm/Makefile | 1 | ||||
-rw-r--r-- | x11/terminator/Makefile | 2 | ||||
-rw-r--r-- | x11/wbar/Makefile | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index e74a65ad7eb6..c9bed11422d6 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -16,7 +16,6 @@ USE_XORG= xproto x11 xext xextproto xt LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS NLS_USES= gettext NLS_CONFIGURE_ENV_OFF= ac_cv_search_gettext=no diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 1bc08438cb2a..dbd31fb0b572 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -24,7 +24,7 @@ PYDISTUTILS_PKGNAME= Terminator INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS GCONF -OPTIONS_DEFAULT= NLS GCONF +OPTIONS_DEFAULT= GCONF OPTIONS_SUB= yes GCONF_DESC= Use GNOME Terminal settings GCONF_USE= GNOME=pygnome2 diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 55016cb01693..3d4a7aa3fdb2 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS WBARCONFIG -OPTIONS_DEFAULT= NLS WBARCONFIG +OPTIONS_DEFAULT= WBARCONFIG OPTIONS_SUB= yes WBARCONFIG_DESC= Build the GTK+ configuration interface |