diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2017-04-26 19:04:30 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2017-04-26 19:04:30 +0000 |
commit | f37a53c2ba126777dabb7282746b913a150f8d87 (patch) | |
tree | c119ef7886120593f69e838c87979a476096d9a1 /security | |
parent | 5deffff0a061a23c5971ea6b9d3a3b767d6cfb1c (diff) | |
download | freebsd-ports-f37a53c2ba126777dabb7282746b913a150f8d87.zip |
- Remove checks for .PARSEDIR and vestiges of pmake support
PR: 218832
Approved by: portmgr (antoine)
Diffstat (limited to 'security')
-rw-r--r-- | security/xmlsec1/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index b4806d182efe..c4f0b9ab750b 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -54,10 +54,6 @@ NSS_LIB_DEPENDS= libnss3.so:security/nss \ libplds4.so:devel/nspr \ libplc4.so:devel/nspr -.if !defined(.PARSEDIR) -MAKE_ARGS+= -EABS_BUILDDIR -.endif - post-patch-GNUTLS-on: # Don't rely on broken autodetection @${REINPLACE_CMD} -e '/^GNUTLS_FOUND/s/no/yes/' \ |