svn commit: r317265 - head/lang/asn1c

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:35:24 UTC 2013


Author: bapt
Date: Fri May  3 21:35:23 2013
New Revision: 317265
URL: http://svnweb.freebsd.org/changeset/ports/317265

Log:
  Fix build with bmake

Modified:
  head/lang/asn1c/Makefile

Modified: head/lang/asn1c/Makefile
==============================================================================
--- head/lang/asn1c/Makefile	Fri May  3 21:34:01 2013	(r317264)
+++ head/lang/asn1c/Makefile	Fri May  3 21:35:23 2013	(r317265)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	asn1c
-# Date created:				10 Sep 2004
-# Whom:					Lev Walkin <vlm at lionet.info>
-#
+# Created by: Lev Walkin <vlm at 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
 


More information about the svn-ports-all mailing list