diff options
author | nox <nox@FreeBSD.org> | 2012-07-28 17:00:18 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-07-28 17:00:18 +0800 |
commit | d6941f920524bd93d1422c6a33ef3d45f519b18e (patch) | |
tree | caf0ccd0e17f2557408d22587d36477e46dbdbd0 /multimedia | |
parent | 7c4557e522546e3862e33652f48e5b05fca5c683 (diff) | |
download | freebsd-ports-gnome-d6941f920524bd93d1422c6a33ef3d45f519b18e.tar.gz freebsd-ports-gnome-d6941f920524bd93d1422c6a33ef3d45f519b18e.tar.zst freebsd-ports-gnome-d6941f920524bd93d1422c6a33ef3d45f519b18e.zip |
Convert to USE_PKGCONFIG.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdr-plugin-softdevice/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugin-softhddevice/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr-plugin-xineliboutput/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vdr/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/vdr-plugin-softdevice/Makefile b/multimedia/vdr-plugin-softdevice/Makefile index e7aac82d6b63..dc6625d511f3 100644 --- a/multimedia/vdr-plugin-softdevice/Makefile +++ b/multimedia/vdr-plugin-softdevice/Makefile @@ -19,7 +19,7 @@ COMMENT= Video Disk Recorder - softdevice plugin LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg USE_BZIP2= yes -USE_GNOME+= pkgconfig +USE_PKGCONFIG= build USE_XORG+= xv x11 xinerama PATCH_STRIP= -p1 HAVE_CONFIGURE= yes diff --git a/multimedia/vdr-plugin-softhddevice/Makefile b/multimedia/vdr-plugin-softhddevice/Makefile index fbb1cd410abf..d5053db5333c 100644 --- a/multimedia/vdr-plugin-softhddevice/Makefile +++ b/multimedia/vdr-plugin-softhddevice/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg \ xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \ asound:${PORTSDIR}/audio/alsa-lib -USE_GNOME+= pkgconfig +USE_PKGCONFIG= build USE_XORG+= xv x11 xinerama USE_GL+= gl glu PATCH_STRIP= -p1 diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile index a2f01642c346..bacf1bbbbf3f 100644 --- a/multimedia/vdr-plugin-xineliboutput/Makefile +++ b/multimedia/vdr-plugin-xineliboutput/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine \ USE_BZIP2= yes PATCH_STRIP= -p1 -USE_GNOME+= pkgconfig +USE_PKGCONFIG= build USE_XORG+= xrandr xrender USE_GL= gl glu glut PORTDOCS= COPYING README HISTORY diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index be49819428ed..e5525bff64f6 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= IPTVPATCH TTXPATCH DIST_SUBDIR= vdr USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME+= pkgconfig +USE_PKGCONFIG= build USE_GETTEXT= yes USE_ICONV= yes PORTDOCS= COPYING INSTALL MANUAL README HISTORY |