summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-10-08 21:35:22 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-10-08 21:35:22 +0000
commitf2edad156c8c1912758f0d2f82049fd780b810a1 (patch)
tree5771e1d0bda4915d9023d03df5e6b0ba6119bc75 /x11-wm
parentImport a patch from Gentoo bug #127008 to fix CVE-2006-1060. (diff)
- Comment out this :u stuff for CURRENT entirely untill it will work on
pointyhat. Reported by: erwin mail Approved by: sem (implicitly)
Notes
Notes: svn path=/head/; revision=175007
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/enlightenment-devel/bsd.efl.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/enlightenment-devel/bsd.efl.mk b/x11-wm/enlightenment-devel/bsd.efl.mk
index 58a4c15dca60..7d54e012c88d 100644
--- a/x11-wm/enlightenment-devel/bsd.efl.mk
+++ b/x11-wm/enlightenment-devel/bsd.efl.mk
@@ -243,16 +243,16 @@ _USE_EFL_ESMART+= ${COMP} ${_esmart_${COMP}_DEPENDS}
.endif
# Get rid of duplicates
-.if ${OSVERSION} > 700016
-_USE_EFL_ESMART_UQ= ${_USE_EFL_ESMART:O:u}
-.else
+#.if ${OSVERSION} > 700016
+#_USE_EFL_ESMART_UQ= ${_USE_EFL_ESMART:O:u}
+#.else
_USE_EFL_ESMART_UQ= #empty
. for COMP in ${_USE_EFL_ESMART}
. if ${_USE_EFL_ESMART_UQ:M${COMP}}==""
_USE_EFL_ESMART_UQ+= ${COMP}
. endif
. endfor
-.endif
+#.endif
.for COMP in ${_USE_EFL_ESMART_UQ}
LIB_DEPENDS+= ${_esmart_${COMP}_SLIB}.${_esmart_${COMP}_VERSION}:${PORTSDIR}/${_esmart_${COMP}_CATEGORY}/${_esmart_${COMP}_PORTNAME}