diff options
author | riggs <riggs@FreeBSD.org> | 2014-10-19 18:18:19 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-10-19 18:18:19 +0800 |
commit | 6628699fb61f3fb51fe1394f6cbe84f715d85dfe (patch) | |
tree | a394a9e7ce0d02fe42198b8fdc005962da151ad5 /security | |
parent | 690c31865da92e7a2f4514bf265b971ca9c2743b (diff) | |
download | freebsd-ports-gnome-6628699fb61f3fb51fe1394f6cbe84f715d85dfe.tar.gz freebsd-ports-gnome-6628699fb61f3fb51fe1394f6cbe84f715d85dfe.tar.zst freebsd-ports-gnome-6628699fb61f3fb51fe1394f6cbe84f715d85dfe.zip |
- Un-break build for non-standard OPTION VCHKPW
PR: 193851
Submitted by: uffe@uffe.org (maintainer)
MFH: 2014Q4
Diffstat (limited to 'security')
-rw-r--r-- | security/cvm/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 4a46f0ebaec9..a0498c2db8b3 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -24,17 +24,19 @@ BGLIBS_LIB= ${LOCALBASE}/lib/bglibs DOCS= NEWS README TODO *.html +ALL_TARGET= all + OPTIONS_DEFINE= DOCS VCHKPW + OPTIONS_SUB= yes + VCHKPW_DESC= Compile cvm-vchkpw -VCHKPW_BUILD_DEPENDS+= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail +VCHKPW_ALL_TARGET= cvm-vchkpw -.include <bsd.port.options.mk> +VCHKPW_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -.if ${PORT_OPTIONS:MVCHKPW} -ALL_TARGET+= cvm-vchkpw -.endif +.include <bsd.port.options.mk> do-configure: ${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home |