diff options
author | mat <mat@FreeBSD.org> | 2015-04-11 16:15:40 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-11 16:15:40 +0800 |
commit | 086148ca24d9e0b9cd0c41046dab9f9d5715e58f (patch) | |
tree | 31455f0324526f5a5d681cb88e9589675bfbc2d2 | |
parent | 1055be8da54abde69af972cbc538d34d4559028e (diff) | |
download | freebsd-ports-gnome-086148ca24d9e0b9cd0c41046dab9f9d5715e58f.tar.gz freebsd-ports-gnome-086148ca24d9e0b9cd0c41046dab9f9d5715e58f.tar.zst freebsd-ports-gnome-086148ca24d9e0b9cd0c41046dab9f9d5715e58f.zip |
This needs Module::Build
Sponsored by: Absolight
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index 85065c464fa5..343a22423cc6 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild OPTIONS_DEFINE= EXAMPLES |