summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-16 13:51:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-16 13:51:11 +0000
commit1d142148deaf7ab60453e4192a6264dcacc0503f (patch)
treeeb6863a604c6bdc5e69770fa115b7679975bc5ad /security
parentwww/qt5-webkit add upstream patch to fix mail/trojita (diff)
Put the target definition inside the .if to avoid empty target
Notified by: mat
Notes
Notes: svn path=/head/; revision=456468
Diffstat (limited to 'security')
-rw-r--r--security/nettle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 1496aee01089..8c05f4d226b3 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -36,8 +36,8 @@ PORTEXAMPLES= *.c *.h
CONFIGURE_ENV+= CCPIC=-fPIC
.endif
-post-patch:
.if ${ARCH} == "mips64"
+post-patch:
@${REINPLACE_CMD} -e 's|__sgi|__unix__|' ${WRKSRC}/configure
.endif