diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /misc/patchutils/Makefile | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) | |
download | ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.tar.gz ports-0c32f397115d6a7e639ed1f8b4228848bd5cc96c.zip |
Notes
Diffstat (limited to 'misc/patchutils/Makefile')
-rw-r--r-- | misc/patchutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 3d999d85f752..cfc778383c52 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -10,7 +10,8 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A small collection of programs that operate on patch files USE_XZ= yes -USE_PERL5= yes +USES= perl5 +USE_PERL5= run build patch GNU_CONFIGURE= yes MAN1= combinediff.1 dehtmldiff.1 editdiff.1 espdiff.1 filterdiff.1 \ |