diff options
author | swills <swills@FreeBSD.org> | 2012-02-07 09:07:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-07 09:07:57 +0800 |
commit | 3f178915835531b407d0787d9b9cebcec27bef3c (patch) | |
tree | 77b8dca12d84c85f8829cffecf6852aba3ab2775 | |
parent | 374d786db3b1a78ffccc4b83fe3c9790bbd14ea1 (diff) | |
download | freebsd-ports-gnome-3f178915835531b407d0787d9b9cebcec27bef3c.tar.gz freebsd-ports-gnome-3f178915835531b407d0787d9b9cebcec27bef3c.tar.zst freebsd-ports-gnome-3f178915835531b407d0787d9b9cebcec27bef3c.zip |
- Remove useless USE_PERL
-rw-r--r-- | devel/p5-Dir-Self/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-YAML-Shell/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-Dir-Self/Makefile b/devel/p5-Dir-Self/Makefile index 4a4553c945c6..cfeb245a933c 100644 --- a/devel/p5-Dir-Self/Makefile +++ b/devel/p5-Dir-Self/Makefile @@ -15,7 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= A __DIR__ constant for the directory your source file is in -USE_PERL= yes PERL_CONFIGURE= yes MAN3= Dir::Self.3 diff --git a/textproc/p5-YAML-Shell/Makefile b/textproc/p5-YAML-Shell/Makefile index 3f31d7f2e49b..ebd7a6acc182 100644 --- a/textproc/p5-YAML-Shell/Makefile +++ b/textproc/p5-YAML-Shell/Makefile @@ -18,7 +18,6 @@ COMMENT= The YAML Test Shell BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML -USE_PERL= yes PERL_CONFIGURE= yes MAN1= ysh.1 |