pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aiccu I forgot to cvs add options.mk, noted by taca.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf0e192d2f28
branches:  trunk
changeset: 518122:cf0e192d2f28
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Sep 01 06:48:27 2006 +0000

description:
I forgot to cvs add options.mk, noted by taca.

diffstat:

 net/aiccu/options.mk |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 411b9c33e461 -r cf0e192d2f28 net/aiccu/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/aiccu/options.mk      Fri Sep 01 06:48:27 2006 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: options.mk,v 1.1 2006/09/01 06:48:27 ghen Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.aiccu
+PKG_SUPPORTED_OPTIONS= gnutls
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgnutls)
+.include "../../security/gnutls/buildlink3.mk"
+CFLAGS+=       -D AICCU_GNUTLS
+LDFLAGS+=      -lgnutls
+.endif



Home | Main Index | Thread Index | Old Index