diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 12:35:50 +0000 |
commit | dba80fffe43da11d0a331d26ff47ad47939db729 (patch) | |
tree | 94d53c5c905021f480b1c80529f6919181c4c73b /misc | |
parent | 9e20b44c8053a22656f664d6c0e3ba06708a98b5 (diff) | |
download | ports-dba80fffe43da11d0a331d26ff47ad47939db729.tar.gz ports-dba80fffe43da11d0a331d26ff47ad47939db729.zip |
Notes
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 |