diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-08-03 01:56:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-08-03 01:56:17 +0800 |
commit | 21b43d805c5d6ee0090eda3105734a5d4a5b4e18 (patch) | |
tree | 5c1dbb1ada4c0cdcec1d8a1609313c3f3f942c2b /x11 | |
parent | 14b5b15ddd5e89fc14057d383e44b89fcd4cf6c0 (diff) | |
download | freebsd-ports-gnome-21b43d805c5d6ee0090eda3105734a5d4a5b4e18.tar.gz freebsd-ports-gnome-21b43d805c5d6ee0090eda3105734a5d4a5b4e18.tar.zst freebsd-ports-gnome-21b43d805c5d6ee0090eda3105734a5d4a5b4e18.zip |
Don't use old USE_GNOME framework, as it is now being actively deorbited.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index d017fbed01f9..14d908c60d1a 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -15,7 +15,9 @@ EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter \ + another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ gtcd:${PORTSDIR}/audio/gnomemedia \ ${X11BASE}/share/gnome/help/glossary/C/index.html:${PORTSDIR}/misc/gnomeuserdocs \ gcalc:${PORTSDIR}/misc/gnomeutils \ @@ -38,7 +40,6 @@ RUN_DEPENDS= another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ NO_BUILD= yes -USE_GNOME= yes USE_PYTHON= yes do-install: # empty |