diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 03:30:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 03:30:49 +0800 |
commit | 3cdd4cff8cecd4f6096acf97557ef761b74c7929 (patch) | |
tree | 3364a9751e5da62e28b3a0dab3cf8acdee12b5f8 /devel/dbus/Makefile | |
parent | 89e1bfc333bde0876f833d5005de3b014bad65cf (diff) | |
download | marcuscom-ports-3cdd4cff8cecd4f6096acf97557ef761b74c7929.tar.gz marcuscom-ports-3cdd4cff8cecd4f6096acf97557ef761b74c7929.tar.zst marcuscom-ports-3cdd4cff8cecd4f6096acf97557ef761b74c7929.zip |
Add a missing dependency on gnometarget.
Reported by: killfill on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7625 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r-- | devel/dbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index fff867bc6..160e5d32e 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbus PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/ @@ -15,7 +16,7 @@ COMMENT= A message bus system for inter-application communication LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -USE_GNOME= gnomehack libxml2 +USE_GNOME= gnomehack gnometarget libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |