diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:18:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:18:22 +0800 |
commit | b36c958140716c2ec1a77cd22e422dea57a4aeed (patch) | |
tree | 40795c4741b0f678510499f1255ba6b2adac586a /x11/workrave | |
parent | f47211bff1f496a480b37bfd8148018134f48025 (diff) | |
download | freebsd-ports-gnome-b36c958140716c2ec1a77cd22e422dea57a4aeed.tar.gz freebsd-ports-gnome-b36c958140716c2ec1a77cd22e422dea57a4aeed.tar.zst freebsd-ports-gnome-b36c958140716c2ec1a77cd22e422dea57a4aeed.zip |
- Convert USE_GMAKE to USES
- Stage support
Diffstat (limited to 'x11/workrave')
-rw-r--r-- | x11/workrave/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index ed36b7ac103c..57c64cd14e16 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -23,8 +23,7 @@ DESKTOP_ENTRIES= "Workrave" "RSI prevention tool" \ false USE_XORG= x11 xmu recordproto xtst xext -USES= pathfix pkgconfig -USE_GMAKE= yes +USES= pathfix pkgconfig gmake USE_GNOME= gnomeprefix intlhack gconf2 intltool USE_GSTREAMER= good GNU_CONFIGURE= yes @@ -32,7 +31,6 @@ CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-gconf --disable-pulse -NO_STAGE= yes .include <bsd.port.options.mk> LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2 |