diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:25:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:25:40 +0800 |
commit | 2875cc1d62269112a08614cd256106be52c9b86b (patch) | |
tree | eb7d26c0267e1f9dc4c7f306876f30e986924323 /x11-toolkits | |
parent | 8f6adf3f249f1e80d58c82a11d53d28bc44f9d18 (diff) | |
download | freebsd-ports-gnome-2875cc1d62269112a08614cd256106be52c9b86b.tar.gz freebsd-ports-gnome-2875cc1d62269112a08614cd256106be52c9b86b.tar.zst freebsd-ports-gnome-2875cc1d62269112a08614cd256106be52c9b86b.zip |
- Convert USE_XZ/BZIP2/GMAKE to USES
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkextra2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglextmm/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/soqt/Makefile | 3 |
3 files changed, 3 insertions, 8 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index cf6405d8068a..77954398bc0b 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ 2.0 -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_CSTD= gnu89 USE_LDCONFIG= yes diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 0fd62e599598..566c58aa45d3 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -13,14 +13,11 @@ COMMENT= C++ wrapper for GtkGLExt LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USE_BZIP2= yes -USES= pathfix pkgconfig gettext +USES= pathfix pkgconfig gettext gmake tar:bzip2 USE_GNOME= gnomeprefix gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-DGDK_DISABLE_DEPRECATED||g' \ -e 's|-DGDK_PIXBUF_DISABLE_DEPRECATED||g' \ diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index 1dbc0f84bb48..f69737db7a73 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -15,9 +15,8 @@ COMMENT= Qt4 toolkit library for Coin LIB_DEPENDS= Coin.61:${PORTSDIR}/graphics/Coin USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix gmake USE_QT4= corelib opengl moc_build -USE_GMAKE= yes CPPFLAGS+= -I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib |