diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
commit | dd64660abd3e50f55c43bf3cc6422312929afacc (patch) | |
tree | 382a45fd59d5b83c2dfb6b94958fb359d5214917 /graphics | |
parent | baa62d89b811800e4c8eb24f17b0f2c072267300 (diff) | |
download | FreeBSD-ports-dd64660abd3e50f55c43bf3cc6422312929afacc.zip FreeBSD-ports-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.gz |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
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 187fbd2..0024eb6 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 99241fe..95b882e 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 1887439..ff7a228 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 1887439..ff7a228 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 91d6757..3bf25e2 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 6b9653e..cf4a956 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> |