diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 06:33:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 06:33:35 +0800 |
commit | 17f484d1a494128650d41ec27c0b75b94e465e5f (patch) | |
tree | ac456444b3d2e5fd5653458f6691bceef8cc0092 /multimedia | |
parent | aefc9ed3a3a226316bc776cbe93cfd9c3d036d28 (diff) | |
download | freebsd-ports-graphics-17f484d1a494128650d41ec27c0b75b94e465e5f.tar.gz freebsd-ports-graphics-17f484d1a494128650d41ec27c0b75b94e465e5f.tar.zst freebsd-ports-graphics-17f484d1a494128650d41ec27c0b75b94e465e5f.zip |
Convert my ports to use the new USES=pkgconfig
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libass/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libass/Makefile b/multimedia/libass/Makefile index 5fbdfaac1c4..78f67c43279 100644 --- a/multimedia/libass/Makefile +++ b/multimedia/libass/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ expat:${PORTSDIR}/textproc/expat2 \ fribidi:${PORTSDIR}/converters/fribidi -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_XZ= yes USE_LDCONFIG= yes |