diff options
author | wiedi <wiedi> | 2015-12-11 23:22:49 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2015-12-11 23:22:49 +0000 |
commit | 312515e7ead2c7d632419d45837075ffc48b70bb (patch) | |
tree | 06133a26b59d90ede353e55e0aaa386949a8d6c3 /devel | |
parent | e142f9c7cb96975fcea4ec712f2910ad09d58872 (diff) | |
download | pkgsrc-312515e7ead2c7d632419d45837075ffc48b70bb.tar.gz |
help configure find openssl
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fossil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 4b58aab6d64..19a375495ec 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/05/29 14:15:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/11 23:22:49 wiedi Exp $ DISTNAME= fossil-src-1.33 PKGNAME= ${DISTNAME:S/-src//} @@ -11,6 +11,7 @@ COMMENT= High-reliability, distributed software configuration management LICENSE= 2-clause-bsd HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl:Q} INSTALLATION_DIRS+= bin |