diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 02:32:16 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-27 02:32:16 +0000 |
| commit | 680959f6f871a4bea478db8ee7a2d056fd9a1720 (patch) | |
| tree | 803e175af479c1f1704fc152084677e0a32237f1 /sysutils/logrotate | |
| parent | Update to version 1.1.20. Hopefully this will fix some of the build (diff) | |
Remove the backslash at the end of BUILD_DEPENDS line.
Seems ade forgot to remove it.
Noticed by: make index
Diffstat (limited to 'sysutils/logrotate')
| -rw-r--r-- | sysutils/logrotate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index 70da5ba64ad1..93260de7042d 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= -1.src.rpm MAINTAINER= ycheng@sinica.edu.tw -BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm \ +BUILD_DEPENDS= ${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes |
