diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-26 20:35:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-26 20:35:50 +0800 |
commit | 3b719f87a14768433dc0cd06f301eeaf9c02fa43 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /misc | |
parent | 6ed47115f3cf9c141188528e8863513cfade4cd8 (diff) | |
download | freebsd-ports-gnome-3b719f87a14768433dc0cd06f301eeaf9c02fa43.tar.gz freebsd-ports-gnome-3b719f87a14768433dc0cd06f301eeaf9c02fa43.tar.zst freebsd-ports-gnome-3b719f87a14768433dc0cd06f301eeaf9c02fa43.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 'misc')
-rw-r--r-- | misc/lesspipe/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index bcc80a2d9624..dc2d938541ad 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lesspipe -# Date created: 11 December 2004 -# Whom: Slaven Rezic <slaven@rezic.de> -# +# Created by: Slaven Rezic <slaven@rezic.de> # $FreeBSD$ -# PORTNAME= lesspipe PORTVERSION= 1.55 @@ -26,8 +22,8 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ dvi2tty:${PORTSDIR}/print/dvi2tty \ pstotext:${PORTSDIR}/print/pstotext \ mp3info:${PORTSDIR}/audio/mp3info \ - cabextract:${PORTSDIR}/archivers/cabextract -USE_CDRTOOLS= yes + cabextract:${PORTSDIR}/archivers/cabextract \ + cdrecord:${PORTSDIR}/sysutils/cdrtools .endif USE_PERL5= yes |