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/vdr-plugin-softdevice | |
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/vdr-plugin-softdevice')
-rw-r--r-- | multimedia/vdr-plugin-softdevice/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |