diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
commit | 800ef6c0b0033de28d4551a8dcefcd27457c8c54 (patch) | |
tree | a2573d557d1ace5b1d34469db85b45662cb23d95 /multimedia | |
parent | 44cac4f76be7a950161cbaba4b9dc49d3a7a59e0 (diff) | |
download | ports-800ef6c0b0033de28d4551a8dcefcd27457c8c54.tar.gz ports-800ef6c0b0033de28d4551a8dcefcd27457c8c54.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mjpegtools/Makefile | 3 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 3 |
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" \ |