diff options
author | ache <ache@FreeBSD.org> | 2004-07-15 19:49:19 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-07-15 19:49:19 +0800 |
commit | 917a9cd1971a9ee8dbd507077f8789f00fabe723 (patch) | |
tree | 581317c6507854207179d448b92a5411a70969f9 /converters | |
parent | a82010f1e2fc6c4c2b952e3de6bc9fbfa02758c8 (diff) | |
download | freebsd-ports-gnome-917a9cd1971a9ee8dbd507077f8789f00fabe723.tar.gz freebsd-ports-gnome-917a9cd1971a9ee8dbd507077f8789f00fabe723.tar.zst freebsd-ports-gnome-917a9cd1971a9ee8dbd507077f8789f00fabe723.zip |
Add including pre/post.mk, missing in prev. commit
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index bc416af38332..aa1fdb997036 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -16,6 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ilia@cgu.chel.su COMMENT= These are experimental Perl5 modules to handle various Unicode issues +.include <bsd.port.pre.mk> + .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif @@ -24,4 +26,4 @@ PERL_CONFIGURE= yes MAN3= Unicode::CharName.3 Unicode::String.3 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |