diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 03:41:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 03:41:00 +0000 |
commit | eadf46628f40c176ca59bf8fa875893dc6197045 (patch) | |
tree | b69608c8312336dc9a9f897ece04ae1274950b64 /sysutils/ua | |
parent | 58b6997068580930c68a63e147b407a4ce518bd9 (diff) |
Notes
Diffstat (limited to 'sysutils/ua')
-rw-r--r-- | sysutils/ua/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile index 46980bfc9211..90d6811ab720 100644 --- a/sysutils/ua/Makefile +++ b/sysutils/ua/Makefile @@ -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 |