Date: Tue, 16 Oct 2018 14:26:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482230 - head/sysutils/tlsdate Message-ID: <201810161426.w9GEQjDx035256@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Oct 16 14:26:45 2018 New Revision: 482230 URL: https://svnweb.freebsd.org/changeset/ports/482230 Log: Cosmetic change Modified: head/sysutils/tlsdate/Makefile Modified: head/sysutils/tlsdate/Makefile ============================================================================== --- head/sysutils/tlsdate/Makefile Tue Oct 16 14:08:38 2018 (r482229) +++ head/sysutils/tlsdate/Makefile Tue Oct 16 14:26:45 2018 (r482230) @@ -15,11 +15,12 @@ LIB_DEPENDS= libevent.so:devel/libevent OPTIONS_DEFINE= DOCS -GNU_CONFIGURE= yes -TEST_TARGET= test USES= autoreconf libtool pkgconfig ssl + CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} +GNU_CONFIGURE= yes +TEST_TARGET= test PLIST_SUB= PKGNAME=${PKGNAME} PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810161426.w9GEQjDx035256>