diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 20:00:41 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-01-12 20:00:41 +0800 |
commit | 3427ad335d965014c005e7a495508e9522cdda3f (patch) | |
tree | 4e9de523b2ebe2932bfcc0c5b41d22517a52ac59 /converters | |
parent | 4567194e352e9b8fe2f67d513c0244c47c5e9fe0 (diff) | |
download | freebsd-ports-gnome-3427ad335d965014c005e7a495508e9522cdda3f.tar.gz freebsd-ports-gnome-3427ad335d965014c005e7a495508e9522cdda3f.tar.zst freebsd-ports-gnome-3427ad335d965014c005e7a495508e9522cdda3f.zip |
Move PERL_CONFIGURE before bsd.port.pre.mk.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 25d043b58796..1fb5dcc276c7 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -15,14 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to convert between ASCII and Morse codes +PERL_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500007 #BROKEN= "Requires perl 5.6.0" .endif -PERL_CONFIGURE= yes - MAN3= Convert::Morse.3 .include <bsd.port.post.mk> |