aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-15 17:21:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-15 17:21:56 +0000
commit800ef6c0b0033de28d4551a8dcefcd27457c8c54 (patch)
treea2573d557d1ace5b1d34469db85b45662cb23d95 /multimedia
parent44cac4f76be7a950161cbaba4b9dc49d3a7a59e0 (diff)
downloadports-800ef6c0b0033de28d4551a8dcefcd27457c8c54.tar.gz
ports-800ef6c0b0033de28d4551a8dcefcd27457c8c54.zip
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Notes
Notes: svn path=/head/; revision=63003
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mjpegtools/Makefile3
-rw-r--r--multimedia/transcode/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile
index 99241feb45b1..95b882ec9f14 100644
--- a/multimedia/mjpegtools/Makefile
+++ b/multimedia/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/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 91d675725937..3bf25e257e43 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/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" \