diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:25:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:25:40 +0000 |
commit | 6afa1e436bc49b7ca2aafe307510a5147fb72d24 (patch) | |
tree | eb7d26c0267e1f9dc4c7f306876f30e986924323 | |
parent | 6654024e93e726b96b4460c27d8ada8b57f082b1 (diff) |
Notes
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/fvwm-themes/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkextra2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglextmm/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/soqt/Makefile | 3 |
5 files changed, 5 insertions, 12 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 4c35cf6e5493..e4d0585eac84 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -24,9 +24,8 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ CONFLICTS= gnome-commander-[0-9]* -USE_XZ= yes +USES= tar:xz gmake USE_GNOME= gnomedocutils gnomehack gnomeprefix intlhack libgnomeui -USE_GMAKE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool autoconf:env aclocal:env automake:env GNU_CONFIGURE= yes diff --git a/x11-themes/fvwm-themes/Makefile b/x11-themes/fvwm-themes/Makefile index f52481ed940b..a62b21d8ab31 100644 --- a/x11-themes/fvwm-themes/Makefile +++ b/x11-themes/fvwm-themes/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2 USE_BZIP2= yes USE_XORG= xpm -USE_GMAKE= yes -USES= perl5 +USES= perl5 gmake tar:bzip2 GNU_CONFIGURE= yes MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \ 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 |