diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-03-01 02:52:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-03-01 02:52:09 +0000 |
commit | c86a88d79ab6aaff4525bf1308d256ea80776362 (patch) | |
tree | 87b51070bfc24170462b113dc5c649e360cec5a9 /x11-wm | |
parent | 1de44fd913cfd1c1e2efb405674b51b2043d2e0e (diff) | |
download | freebsd-ports-c86a88d79ab6aaff4525bf1308d256ea80776362.zip |
x11-wm/compiz-plugins-extra: update USE_GL and revert the addition of NLS
PR: 235745
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-plugins-extra/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/x11-wm/compiz-plugins-extra/Makefile b/x11-wm/compiz-plugins-extra/Makefile index 6e10a56618a0..a4e411f7f9ee 100644 --- a/x11-wm/compiz-plugins-extra/Makefile +++ b/x11-wm/compiz-plugins-extra/Makefile @@ -3,7 +3,7 @@ PORTNAME= compiz-plugins-extra PORTVERSION= 0.8.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ @@ -23,13 +23,16 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz \ ${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:x11-wm/compiz-plugins-main RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake gl gnome libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GL= gl +USES= gettext-runtime gettext-tools gmake gl gnome libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GL= glu USE_CSTD= gnu89 USE_GNOME= gconf2 gdkpixbuf2 intltool libxslt USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-schemas GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -60,16 +63,6 @@ GCONF_SCHEMAS= compiz-3d.schemas \ compiz-wallpaper.schemas \ compiz-widget.schemas -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-schemas - -OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime gettext-tools - post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/group/group-internal.h \ |