pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/elmo Add in a specific reference to ${BUILDLINK_P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbc2cf7cc6c6
branches:  trunk
changeset: 498668:bbc2cf7cc6c6
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Aug 29 17:53:49 2005 +0000

description:
Add in a specific reference to ${BUILDLINK_PREFIX.openssl} so that
configure finds the right OpenSSL.

diffstat:

 mail/elmo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 64abfc318049 -r bbc2cf7cc6c6 mail/elmo/Makefile
--- a/mail/elmo/Makefile        Mon Aug 29 17:13:19 2005 +0000
+++ b/mail/elmo/Makefile        Mon Aug 29 17:53:49 2005 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index