svn commit: r384748 - head/x11-themes/lxappearance
Pawel Pekala
pawel at FreeBSD.org
Sat Apr 25 18:28:51 UTC 2015
Author: pawel
Date: Sat Apr 25 18:28:50 2015
New Revision: 384748
URL: https://svnweb.freebsd.org/changeset/ports/384748
Log:
- Fix build when NLS=off [1]
- Use LDFLAGS for linker flags
PR: 199467 [1]
Reported by: tobias.kortkamp at gmail.com [1]
Modified:
head/x11-themes/lxappearance/Makefile
Modified: head/x11-themes/lxappearance/Makefile
==============================================================================
--- head/x11-themes/lxappearance/Makefile Sat Apr 25 18:19:15 2015 (r384747)
+++ head/x11-themes/lxappearance/Makefile Sat Apr 25 18:28:50 2015 (r384748)
@@ -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:
More information about the svn-ports-head
mailing list