diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-09-16 20:29:43 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-09-16 20:29:43 +0000 |
commit | e9d38280080106b3a4377bcaad4d17f6d0a63b1d (patch) | |
tree | f15bd74ac82c88e2141bb0453f5865a0ce024444 | |
parent | 73ee5e70c56e490b15df94425d9283da925a50db (diff) | |
download | freebsd-ports-e9d38280080106b3a4377bcaad4d17f6d0a63b1d.zip |
- Remove fixpacklist
Reported by: az@
-rw-r--r-- | www/p5-Dancer-Plugin-Memcached/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Dancer-Plugin-Memcached/Makefile b/www/p5-Dancer-Plugin-Memcached/Makefile index e6111c6b89cb..e52448d871c7 100644 --- a/www/p5-Dancer-Plugin-Memcached/Makefile +++ b/www/p5-Dancer-Plugin-Memcached/Makefile @@ -15,6 +15,6 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= configure fixpacklist +USE_PERL5= configure .include <bsd.port.mk> |