svn commit: r317206 - head/security/xmlsec1

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 13:44:48 UTC 2013


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>


More information about the svn-ports-all mailing list