diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:17:25 +0000 |
commit | 141fb56f3402d0923635725810d2bcb12d8b5d15 (patch) | |
tree | db0ac48f97efc0609691a9d2b1dbd5066533319a /textproc/pear-File_MARC/Makefile | |
parent | b34b62504270f2292763071ad4b569292d128eab (diff) | |
download | ports-141fb56f3402d0923635725810d2bcb12d8b5d15.tar.gz ports-141fb56f3402d0923635725810d2bcb12d8b5d15.zip |
Notes
Diffstat (limited to 'textproc/pear-File_MARC/Makefile')
-rw-r--r-- | textproc/pear-File_MARC/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/pear-File_MARC/Makefile b/textproc/pear-File_MARC/Makefile index 3a956a9136bf..60c1435a3877 100644 --- a/textproc/pear-File_MARC/Makefile +++ b/textproc/pear-File_MARC/Makefile @@ -8,8 +8,6 @@ CATEGORIES= textproc pear MAINTAINER= miwi@FreeBSD.org COMMENT= Parse, modify, and create MARC records -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |