diff options
author | pawel <pawel@FreeBSD.org> | 2015-04-26 02:28:50 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-04-26 02:28:50 +0800 |
commit | ec3af09febbad8ecbff19e36ec0020e9f1922d13 (patch) | |
tree | 44906cb1c1a46997faad93d2a94a1296aa1bbe0b | |
parent | 4a3001a6bfefe2ef0a7717224e4e52bcf1e32abe (diff) | |
download | freebsd-ports-gnome-ec3af09febbad8ecbff19e36ec0020e9f1922d13.tar.gz freebsd-ports-gnome-ec3af09febbad8ecbff19e36ec0020e9f1922d13.tar.zst freebsd-ports-gnome-ec3af09febbad8ecbff19e36ec0020e9f1922d13.zip |
- Fix build when NLS=off [1]
- Use LDFLAGS for linker flags
PR: 199467 [1]
Reported by: tobias.kortkamp@gmail.com [1]
-rw-r--r-- | x11-themes/lxappearance/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/lxappearance/Makefile b/x11-themes/lxappearance/Makefile index 0cea9622d022..eec3988f105a 100644 --- a/x11-themes/lxappearance/Makefile +++ b/x11-themes/lxappearance/Makefile @@ -13,19 +13,19 @@ LICENSE= GPLv2 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USES= gmake pathfix pkgconfig tar:xz +USES= gettext-tools gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gtk20 CONFIGURE_ARGS= --enable-dbus CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-install: |