diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 22:07:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 22:07:59 +0800 |
commit | e2f15954f8960a944e8d5b2c28982257d8c6e91f (patch) | |
tree | e5482b9108c459fc4f4cd991ab10f7b31c6d2ab7 /misc | |
parent | dbbdc32fe3b192f560ba7c4cb73366f3e78757a5 (diff) | |
download | freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.gz freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.zst freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.zip |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lesspipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index 6b0658804605..63643cf4e301 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -27,8 +27,8 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ dvi2tty:${PORTSDIR}/print/dvi2tty \ pstotext:${PORTSDIR}/print/pstotext \ mp3info:${PORTSDIR}/audio/mp3info \ - isoinfo:${PORTSDIR}/sysutils/cdrtools \ cabextract:${PORTSDIR}/archivers/cabextract +USE_CDRTOOLS= yes .endif USE_PERL5= yes |