pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvsync Use PKG_SUGGESTED_OPTIONS instead of a hack.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/819c69d3ff83
branches:  trunk
changeset: 497462:819c69d3ff83
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 28 15:01:08 2005 +0000

description:
Use PKG_SUGGESTED_OPTIONS instead of a hack.

diffstat:

 devel/cvsync/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 78a2af000ad4 -r 819c69d3ff83 devel/cvsync/Makefile
--- a/devel/cvsync/Makefile     Thu Jul 28 14:58:57 2005 +0000
+++ b/devel/cvsync/Makefile     Thu Jul 28 15:01:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2005/05/22 20:07:50 jlam Exp $
+# $NetBSD: Makefile,v 1.74 2005/07/28 15:01:08 wiz Exp $
 #
 
 DISTNAME=      cvsync-0.24.18
@@ -26,13 +26,13 @@
 .include "../../mk/bsd.prefs.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cvsync
+PKG_SUPPORTED_OPTIONS= libgcrypt mhash openssl
 .ifdef ${OPSYS} == "AIX" || ${OPSYS} == "BSDOS" || ${OPSYS} == "Darwin" || \
        ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
-PKG_OPTIONS.cvsync?=   openssl
-PKG_SUPPORTED_OPTIONS= libgcrypt mhash openssl
+PKG_SUGGESTED_OPTIONS= openssl
 .else
-PKG_OPTIONS.cvsync?=   native
-PKG_SUPPORTED_OPTIONS= libgcrypt mhash native openssl
+PKG_SUPPORTED_OPTIONS+=        native
+PKG_SUGGESTED_OPTIONS= native
 .endif
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index