diff options
author | joneum <joneum@FreeBSD.org> | 2017-08-04 22:31:45 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2017-08-04 22:31:45 +0800 |
commit | 7ab1a0b9ab1ab37bf45ab4714ce6dfb725f225da (patch) | |
tree | 4afc92453e7a3310bd25746a94c7c24d775581e2 /textproc | |
parent | 108457290ac78a30f04ffa198b5d104165294027 (diff) | |
download | freebsd-ports-gnome-7ab1a0b9ab1ab37bf45ab4714ce6dfb725f225da.tar.gz freebsd-ports-gnome-7ab1a0b9ab1ab37bf45ab4714ce6dfb725f225da.tar.zst freebsd-ports-gnome-7ab1a0b9ab1ab37bf45ab4714ce6dfb725f225da.zip |
- Unbreak: this fetches fine
PR: 220991
Submitted by: Niels Kobschaetzki <niels@kobschaetzki.net>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D11834
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pear-Text_Template/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/pear-Text_Template/Makefile b/textproc/pear-Text_Template/Makefile index cac987f34c59..7d5ae32c27a4 100644 --- a/textproc/pear-Text_Template/Makefile +++ b/textproc/pear-Text_Template/Makefile @@ -13,8 +13,6 @@ COMMENT= Simple template engine BUILD_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit RUN_DEPENDS= ${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit -BROKEN= unfetchable, redirects to https://phpunit.de/ - USES= pear PEAR_CHANNEL= phpunit |