diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gts/Makefile | 3 | ||||
-rw-r--r-- | graphics/mjpegtools/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gdk_pixbuf/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 3 | ||||
-rw-r--r-- | graphics/transcode/Makefile | 3 | ||||
-rw-r--r-- | graphics/xmms-jess/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index 187fbd2d3182..0024eb673ee8 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt USE_LIBTOOL= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" diff --git a/graphics/mjpegtools/Makefile b/graphics/mjpegtools/Makefile index 99241feb45b1..95b882ec9f14 100644 --- a/graphics/mjpegtools/Makefile +++ b/graphics/mjpegtools/Makefile @@ -18,7 +18,8 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= aviplay-0.7.0:${PORTSDIR}/graphics/avifile \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_GMAKE= yes USE_REINPLACE= yes USE_XLIB= yes diff --git a/graphics/ruby-gdk_pixbuf/Makefile b/graphics/ruby-gdk_pixbuf/Makefile index 188743998897..ff7a2285e48a 100644 --- a/graphics/ruby-gdk_pixbuf/Makefile +++ b/graphics/ruby-gdk_pixbuf/Makefile @@ -22,7 +22,8 @@ USE_GNOMECTRL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 188743998897..ff7a2285e48a 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -22,7 +22,8 @@ USE_GNOMECTRL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 .include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile index 91d675725937..3bf25e257e43 100644 --- a/graphics/transcode/Makefile +++ b/graphics/transcode/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= dvdread.2:${PORTSDIR}/graphics/libdvdread \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_XLIB= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile index 6b9653e750e3..cf4a956d5024 100644 --- a/graphics/xmms-jess/Makefile +++ b/graphics/xmms-jess/Makefile @@ -21,7 +21,8 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" GNU_CONFIGURE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_X_PREFIX= yes .include <bsd.port.mk> |