aboutsummaryrefslogtreecommitdiff
path: root/x11/workrave
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
commit9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch)
treec4f78cbaf45ab044db3e157be708afd711a4e841 /x11/workrave
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
downloadports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz
ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip
Notes
Diffstat (limited to 'x11/workrave')
-rw-r--r--x11/workrave/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile
index 9b0c2420c9dc..33d063432b37 100644
--- a/x11/workrave/Makefile
+++ b/x11/workrave/Makefile
@@ -27,8 +27,7 @@ USES= pathfix pkgconfig gmake
USE_GNOME= gnomeprefix intlhack gconf2 intltool
USE_GSTREAMER= good
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
CONFIGURE_ARGS= --enable-gconf --disable-pulse
.include <bsd.port.options.mk>