diff options
author | wiz <wiz> | 2014-10-04 12:43:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-04 12:43:39 +0000 |
commit | 52ea9d61ad31a5f1b70b92b46b271940f7af6b29 (patch) | |
tree | 59aca07b6395e3b104812a3b6933a53d38c30f5f /multimedia | |
parent | 1ffb59c19f106d2fca767c0d8cc5d57a26fda411 (diff) | |
download | pkgsrc-52ea9d61ad31a5f1b70b92b46b271940f7af6b29.tar.gz |
Add rpath to pkgconfig file. Bump PKGREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index ddd2a9f04eb..807ba052dc1 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2014/10/01 12:21:20 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/10/04 12:43:39 wiz Exp $ DISTNAME= libdvdread-5.0.0 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.videolan.org/pub/videolan/libdvdread/5.0.0/ EXTRACT_SUFX= .tar.bz2 @@ -14,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes GNU_CONFIGURE= yes +PKGCONFIG_OVERRIDE= misc/dvdread.pc.in MESSAGE_SUBST+= PKGBASE=${PKGBASE} |