summaryrefslogtreecommitdiff
path: root/misc/lesspipe/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 12:35:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-26 12:35:50 +0000
commitdba80fffe43da11d0a331d26ff47ad47939db729 (patch)
tree94d53c5c905021f480b1c80529f6919181c4c73b /misc/lesspipe/Makefile
parentUpdate to 2.5.4. (diff)
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 '')
-rw-r--r--misc/lesspipe/Makefile10
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