aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sanity.mk
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-23 13:42:48 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-09-23 13:42:48 +0000
commitdc659a215b595fd6dc8b820823cbde814c9339dc (patch)
tree511fdd73e7fa1001193cab28ce8d1d1e202e994b /Mk/bsd.sanity.mk
parent206c183d031b72877eead9a3afd3d4a084b07734 (diff)
downloadports-dc659a215b595fd6dc8b820823cbde814c9339dc.tar.gz
ports-dc659a215b595fd6dc8b820823cbde814c9339dc.zip
- add new USES target: zope, and convert the tree to it
- old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML)
Notes
Notes: svn path=/head/; revision=328002
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r--Mk/bsd.sanity.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk
index d1a1842c853a..20e619eb6bf0 100644
--- a/Mk/bsd.sanity.mk
+++ b/Mk/bsd.sanity.mk
@@ -79,6 +79,10 @@ DEV_ERROR+= "USE_GETTEXT is unsupported, replaced by USES=gettext"
DEV_ERROR+= "USE_GNOME=pkgconfig is unsupported, please use USES=pkgconfig"
.endif
+.if defined(USE_ZOPE) && ${USE_ZOPE} == yes
+DEV_ERROR+= "USE_ZOPE=yes is unsupported, please use USES=zope instead"
+.endif
+
.if defined(USE_GNOME) && ${USE_GNOME:Mgnomehack}
DEV_WARNING+= "USE_GNOME=gnomehack is deprecated, please use USES=pathfix"
.endif