svn commit: r506196 - head/archivers/unrar

Mathieu Arnold mat at FreeBSD.org
Sun Jul 7 21:32:08 UTC 2019


Author: mat
Date: Sun Jul  7 21:32:06 2019
New Revision: 506196
URL: https://svnweb.freebsd.org/changeset/ports/506196

Log:
  Fix.
  
  Pointy hat:	sunpoet

Modified:
  head/archivers/unrar/Makefile   (contents, props changed)

Modified: head/archivers/unrar/Makefile
==============================================================================
--- head/archivers/unrar/Makefile	Sun Jul  7 20:48:55 2019	(r506195)
+++ head/archivers/unrar/Makefile	Sun Jul  7 21:32:06 2019	(r506196)
@@ -41,7 +41,7 @@ OPENSSL_AES_USES=	ssl
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MOPENSSL_AES} && ${OPENSSLLIB} != "/usr/lib"
-LDFLAGS+	-L${OPENSSLLIB}
+LDFLAGS+=	-L${OPENSSLLIB}
 .endif
 
 do-install:


More information about the svn-ports-all mailing list