summaryrefslogtreecommitdiff
path: root/devel/cvsync
diff options
context:
space:
mode:
authorwiz <wiz>2005-07-28 15:01:08 +0000
committerwiz <wiz>2005-07-28 15:01:08 +0000
commit94ce5fa02d512bb20666143570d71422e281925d (patch)
tree18f0d77ede4cb697b3bb012086461f4ce6f1da7e /devel/cvsync
parent5366cfcd7bec8cf5e51527ebae6eb1df8a01f546 (diff)
downloadpkgsrc-94ce5fa02d512bb20666143570d71422e281925d.tar.gz
Use PKG_SUGGESTED_OPTIONS instead of a hack.
Diffstat (limited to 'devel/cvsync')
-rw-r--r--devel/cvsync/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile
index b5d08e86934..bce68385d05 100644
--- a/devel/cvsync/Makefile
+++ b/devel/cvsync/Makefile
@@ -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 @@ CONF_FILES+= ${EGDIR}/cvsync.conf ${PKG_SYSCONFDIR}/cvsync.conf
.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"