diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /multimedia/gmerlin-avdecoder | |
parent | - Fix left-over of the Tcl/Tk removal (diff) |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'multimedia/gmerlin-avdecoder')
-rw-r--r-- | multimedia/gmerlin-avdecoder/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/gmerlin-avdecoder/Makefile b/multimedia/gmerlin-avdecoder/Makefile index 77e21e6eeb88..c838555b6fd2 100644 --- a/multimedia/gmerlin-avdecoder/Makefile +++ b/multimedia/gmerlin-avdecoder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmerlin-avdecoder -# Date created: 07 Nov 2008 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmerlin-avdecoder PORTVERSION= 1.2.0 @@ -29,12 +25,11 @@ DVDREAD_DESC= libdvdread support GMERLIN_DESC= gmerlin support SAMBA_DESC= Samba support using libsmbclient -USES= pathfix +USES= pathfix pkgconfig USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cpuflags=none --without-doxygen USE_LDCONFIG= yes -USE_PKGCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |