diff options
author | markp <markp@FreeBSD.org> | 2004-01-26 02:57:36 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2004-01-26 02:57:36 +0000 |
commit | a19b7b60115592ae0e8642755a712c84ecae4d0e (patch) | |
tree | 6ca44b15fecced72f40b3dbac021e6ab3b2f642b | |
parent | 114e2c1075f3aecd0149d4414675b2d4004295fc (diff) | |
download | FreeBSD-ports-a19b7b60115592ae0e8642755a712c84ecae4d0e.zip FreeBSD-ports-a19b7b60115592ae0e8642755a712c84ecae4d0e.tar.gz |
Changed BUILD_DEPENDS to EXTRACT_DEPENDS.
PR: 61577
Submitted by: Sergey Akifyev <asa@gascom.ru>
-rw-r--r-- | sysutils/tmpwatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/tmpwatch/Makefile b/sysutils/tmpwatch/Makefile index 13c656e..5901a7a 100644 --- a/sysutils/tmpwatch/Makefile +++ b/sysutils/tmpwatch/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= -2.src.rpm MAINTAINER= markp@FreeBSD.org COMMENT= A utility for removing files based on when they were last accessed -BUILD_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio +EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio USE_GETOPT_LONG=yes USE_REINPLACE= yes |