aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-03 21:44:47 +0800
committerbapt <bapt@FreeBSD.org>2013-05-03 21:44:47 +0800
commitbd67e5c82481a599326a1f38542161ecc9d06d87 (patch)
tree8376cad7bb4251ee18da1ceeb3b4aecbf27a09e0 /security
parentfffc9140bcc4aea24ced35e1a286497f4b65198d (diff)
downloadfreebsd-ports-gnome-bd67e5c82481a599326a1f38542161ecc9d06d87.tar.gz
freebsd-ports-gnome-bd67e5c82481a599326a1f38542161ecc9d06d87.tar.zst
freebsd-ports-gnome-bd67e5c82481a599326a1f38542161ecc9d06d87.zip
Fix build with bmake as make
Diffstat (limited to 'security')
-rw-r--r--security/xmlsec1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 12fc540e3db2..5322a672cb1f 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -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>