diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-29 19:23:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-29 19:23:47 +0800 |
commit | 726631593e17495699a6ed2791810acc561f35d4 (patch) | |
tree | e4a9b983cd7d29b916cd102a8dc9867036deb8bf | |
parent | a670e22c436e387e3e2958a4dca4a0d14741e76b (diff) | |
download | freebsd-ports-gnome-726631593e17495699a6ed2791810acc561f35d4.tar.gz freebsd-ports-gnome-726631593e17495699a6ed2791810acc561f35d4.tar.zst freebsd-ports-gnome-726631593e17495699a6ed2791810acc561f35d4.zip |
Remove silly \'s at the end of the line where not necessary.
Noticed by: linimon@
-rw-r--r-- | sysutils/lire/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index f382e1f81a3c..37d38aff948f 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -21,8 +21,7 @@ MAINTAINER= edwin@mavetju.org COMMENT= Logfile analyse toolkit for multiple applications LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - \ +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip PERL_BUILD_DEPENDS= \ Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ MIME-Tools:${PORTSDIR}/mail/p5-MIME-Tools \ |