diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-19 13:30:29 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-19 13:30:29 +0000 |
commit | b37c3bdb4ffc946eb2a3dff6ef108e0f53c12256 (patch) | |
tree | b4413922f92045cde483f002362ec8934bca1888 /x11/ecore | |
parent | 63f650c9f478c6349cdab71bf97682289fb4e114 (diff) | |
download | ports-b37c3bdb4ffc946eb2a3dff6ef108e0f53c12256.tar.gz ports-b37c3bdb4ffc946eb2a3dff6ef108e0f53c12256.zip |
Notes
Diffstat (limited to 'x11/ecore')
-rw-r--r-- | x11/ecore/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index 1d9841281237..ce558930705f 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -7,7 +7,7 @@ PORTNAME= ecore PORTVERSION= 20060926 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://sunner.elcomnet.ru/~stas/ @@ -74,7 +74,6 @@ PLIST_SUB+= CURL="@comment " .if defined(WITH_DBUS) CONFIGURE_ARGS+= --enable-ecore-dbus PLIST_SUB+= DBUS="" -LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus .else CONFIGURE_ARGS+= --disable-ecore-dbus PLIST_SUB+= DBUS="@comment " |