diff options
Diffstat (limited to 'audio/akode-plugins-xiph/Makefile')
-rw-r--r-- | audio/akode-plugins-xiph/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile index 4ea1f790a55..a0313634c80 100644 --- a/audio/akode-plugins-xiph/Makefile +++ b/audio/akode-plugins-xiph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mpeglib_artsplug -# Date created: July 09 2004 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 @@ -30,11 +26,11 @@ CONFLICTS= kdemultimedia-3.[1-3]* PLUGIN= xiph_decoder PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} +USES= gmake USE_AUTOTOOLS= libltdl USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GCC= any -USE_GMAKE= yes WRKSRC= ${WRKDIR}/akode-${PORTVERSION} USE_LDCONFIG= yes |