diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
commit | c86e9d97241f251304781abec881b7b5a934f12a (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /x11 | |
parent | 1b68d5eb0ccf36adc2ddc3545e89811c794dec49 (diff) |
Notes
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 |