diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:35:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:35:23 +0800 |
commit | dee026663e174a0758fc855713c098a4fb1b8cc9 (patch) | |
tree | 3eb52dbb1c74cb301702a7104b1884716cec1a2c | |
parent | b21a0026a4233b2dc8f28053e6c9ab0be86f8bd8 (diff) | |
download | freebsd-ports-gnome-dee026663e174a0758fc855713c098a4fb1b8cc9.tar.gz freebsd-ports-gnome-dee026663e174a0758fc855713c098a4fb1b8cc9.tar.zst freebsd-ports-gnome-dee026663e174a0758fc855713c098a4fb1b8cc9.zip |
Fix build with bmake
-rw-r--r-- | lang/asn1c/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/asn1c/Makefile b/lang/asn1c/Makefile index f28b8aa4572c..d0f1a439a3fa 100644 --- a/lang/asn1c/Makefile +++ b/lang/asn1c/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asn1c -# Date created: 10 Sep 2004 -# Whom: Lev Walkin <vlm@lionet.info> -# +# Created by: Lev Walkin <vlm@lionet.info> # $FreeBSD$ -# PORTNAME= asn1c PORTVERSION= 0.9.21 @@ -18,6 +14,9 @@ COMMENT= Modern ASN.1 to C compiler GNU_CONFIGURE= yes USE_PERL5= yes SUB_FILES= pkg-message +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif MAN1= asn1c.1 enber.1 unber.1 |