svn commit: r421656 - head/sysutils/ua

John Marino marino at FreeBSD.org
Sat Sep 10 03:41:02 UTC 2016


Author: marino
Date: Sat Sep 10 03:41:00 2016
New Revision: 421656
URL: https://svnweb.freebsd.org/changeset/ports/421656

Log:
  sysutils/ua: document SSL requirement and set flags accordingly

Modified:
  head/sysutils/ua/Makefile

Modified: head/sysutils/ua/Makefile
==============================================================================
--- head/sysutils/ua/Makefile	Sat Sep 10 03:34:02 2016	(r421655)
+++ head/sysutils/ua/Makefile	Sat Sep 10 03:41:00 2016	(r421656)
@@ -13,8 +13,11 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	euedge
 GH_TAGNAME=	7a35148
 
-USES=		autoreconf
+USES=		autoreconf ssl
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-L${OPENSSLLIB}
+CFLAGS+=	-I${OPENSSLINC}
+
 PLIST_FILES=	bin/kua bin/ua \
 		man/man1/kua.1.gz man/man1/ua.1.gz
 PORTDOCS=	README


More information about the svn-ports-head mailing list