diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-08-29 17:53:49 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-08-29 17:53:49 +0000 |
commit | b93440323ec5a4a782bb2c8d8714b99f1fb1290b (patch) | |
tree | 8d06ad89b71f7c73168fe061496ad1ea9074f13a /mail/elmo | |
parent | c4de8868685c172e0af52a384b1fd3659409f6d3 (diff) | |
download | pkgsrc-b93440323ec5a4a782bb2c8d8714b99f1fb1290b.tar.gz |
Add in a specific reference to ${BUILDLINK_PREFIX.openssl} so that
configure finds the right OpenSSL.
Diffstat (limited to 'mail/elmo')
-rw-r--r-- | mail/elmo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index c9e133d301f..5f712a0c53b 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/16 15:40:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/08/29 17:53:49 adrianp Exp $ # DISTNAME= elmo-1.3.2 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes REPLACE_PERL= elmoconf.pl CONFIGURE_ARGS+= --with-gpgme-prefix=${BUILDLINK_PREFIX.gpgme} +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} # I get segmentation faults when not compiled with debug enabled CONFIGURE_ARGS+= --enable-debug |