diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 20:35:50 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 20:35:50 +0800 |
commit | dba80fffe43da11d0a331d26ff47ad47939db729 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /audio/atunes | |
parent | 9e20b44c8053a22656f664d6c0e3ba06708a98b5 (diff) | |
download | freebsd-ports-gnome-dba80fffe43da11d0a331d26ff47ad47939db729.tar.gz freebsd-ports-gnome-dba80fffe43da11d0a331d26ff47ad47939db729.tar.zst freebsd-ports-gnome-dba80fffe43da11d0a331d26ff47ad47939db729.zip |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
Diffstat (limited to 'audio/atunes')
-rw-r--r-- | audio/atunes/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile index 08bdca7b80d3..2e1b3298f5e2 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atunes -# Date Created: 29 Dec 2007 -# Whom: Lars Engels <lme@FreeBSD.org> -# +# Created by: Lars Engels <lme@FreeBSD.org> # $FreeBSD$ -# PORTNAME= atunes PORTVERSION= 3.0.3 @@ -49,7 +45,7 @@ LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine .endif .if ${PORT_OPTIONS:MCDDA2WAV} -USE_CDRTOOLS= yes +RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools .endif .if ${PORT_OPTIONS:MLAME} |