diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 21:35:22 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 21:35:22 +0000 |
commit | f2edad156c8c1912758f0d2f82049fd780b810a1 (patch) | |
tree | 5771e1d0bda4915d9023d03df5e6b0ba6119bc75 /x11-wm/enlightenment-devel | |
parent | f9f2dde96d033227b203f42eb53a1184a9705e7d (diff) | |
download | ports-f2edad156c8c1912758f0d2f82049fd780b810a1.tar.gz ports-f2edad156c8c1912758f0d2f82049fd780b810a1.zip |
Notes
Diffstat (limited to 'x11-wm/enlightenment-devel')
-rw-r--r-- | x11-wm/enlightenment-devel/bsd.efl.mk | 8 |
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} |