diff options
Diffstat (limited to 'audio/bmp-htmlplaylist/Makefile')
-rw-r--r-- | audio/bmp-htmlplaylist/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/bmp-htmlplaylist/Makefile b/audio/bmp-htmlplaylist/Makefile index 25c2e4dc03a7..7b2c22058c41 100644 --- a/audio/bmp-htmlplaylist/Makefile +++ b/audio/bmp-htmlplaylist/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp-htmlplaylist -# Date created: 2005-04-30 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bmp-htmlplaylist PORTVERSION= 0.2.1 @@ -19,8 +15,8 @@ COMMENT= Application which saves your current BMP playlist to html or xml file BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -MAKE_ARGS= CC=${CC} LD=${CC} -USE_GNOME= pkgconfig +MAKE_ARGS= CC="${CC}" LD="${CC}" +USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes |