diff options
author | stas <stas@FreeBSD.org> | 2006-10-19 21:30:29 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-19 21:30:29 +0800 |
commit | cc6f48b5cd73ea02b881df8aabac9753fdcf3298 (patch) | |
tree | 724dcfe0653cca86dc61197b441ac043b33a118b /x11 | |
parent | c7f50490a33f5c7ea9e2ad1b74d5f270226f8d4f (diff) | |
download | freebsd-ports-gnome-cc6f48b5cd73ea02b881df8aabac9753fdcf3298.tar.gz freebsd-ports-gnome-cc6f48b5cd73ea02b881df8aabac9753fdcf3298.tar.zst freebsd-ports-gnome-cc6f48b5cd73ea02b881df8aabac9753fdcf3298.zip |
- fix depends, ecore doesn't use GNOME dbus library now
- bump portrevision
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua>
Approved by: portmgr (erwin)
Diffstat (limited to 'x11')
-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 " |