Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 13:44:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317206 - head/security/xmlsec1
Message-ID:  <201305031344.r43DimMh078805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 13:44:47 2013
New Revision: 317206
URL: http://svnweb.freebsd.org/changeset/ports/317206

Log:
  Fix build with bmake as make

Modified:
  head/security/xmlsec1/Makefile

Modified: head/security/xmlsec1/Makefile
==============================================================================
--- head/security/xmlsec1/Makefile	Fri May  3 13:33:48 2013	(r317205)
+++ head/security/xmlsec1/Makefile	Fri May  3 13:44:47 2013	(r317206)
@@ -28,7 +28,9 @@ MAN1=	xmlsec1.1 xmlsec1-config.1
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV+=	ABS_BUILDDIR=${WRKSRC} TMPFOLDER=${WRKSRC}
+.if !defined(.PARSEDIR)
 MAKE_ARGS+=	-EABS_BUILDDIR
+.endif
 USE_AUTOTOOLS=	libltdl
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305031344.r43DimMh078805>