diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-07-13 13:53:31 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-07-13 13:53:31 +0000 |
commit | 01880aed4eee003955b438ad08b529bb072d16c2 (patch) | |
tree | df4569737c44f84b473a4e5b60cab7a9511f6ce8 /x11 | |
parent | 0cd3e0ef26b92d6dd2b93effd0505b8d74b8ad62 (diff) | |
download | freebsd-ports-01880aed4eee003955b438ad08b529bb072d16c2.zip |
remove not needed dependencies to panel and util
Noted by: flz
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Terminal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index 605416813e24..755baaec8660 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig vte -USE_XFCE= configenv libexo libutil panel +USE_XFCE= configenv libexo USE_XLIB= yes OPTIONS= DBUS "Enable D-BUS support" on \ |