diff options
author | adrianp <adrianp> | 2005-08-29 17:53:49 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-08-29 17:53:49 +0000 |
commit | 900e269a1002ebf6b2c170033edd2c5b839414db (patch) | |
tree | 8d06ad89b71f7c73168fe061496ad1ea9074f13a /mail | |
parent | 486795721603ac1d13d3bacac95f9993049887b3 (diff) | |
download | pkgsrc-900e269a1002ebf6b2c170033edd2c5b839414db.tar.gz |
Add in a specific reference to ${BUILDLINK_PREFIX.openssl} so that
configure finds the right OpenSSL.
Diffstat (limited to 'mail')
-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 |