diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-27 05:26:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-27 05:26:28 +0000 |
commit | 2ab2ebac2baf45879ac5bdf9161c02d1db789125 (patch) | |
tree | 7e23710fb5ee2c11375591ffa145b59cad861ac1 /lang/asn1c | |
parent | 5bdffe382c3a3fd242aca5625983713da6d6d00d (diff) | |
download | ports-2ab2ebac2baf45879ac5bdf9161c02d1db789125.tar.gz ports-2ab2ebac2baf45879ac5bdf9161c02d1db789125.zip |
Notes
Diffstat (limited to 'lang/asn1c')
-rw-r--r-- | lang/asn1c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index 83c4567ff23b..61f1b58543b6 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -17,6 +17,7 @@ COMMENT= Modern ASN.1 to C compiler GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_PERL5= yes MAN1= asn1c.1 enber.1 unber.1 |