diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 12:42:06 +0000 |
commit | 78602f2dfdde469def1f079217d3b21e5af1e987 (patch) | |
tree | 189d8044f7ef54e48499c20ec1262d6d59d0766d /x11/gnome2/Makefile | |
parent | Finish removeing old gnome library databases reference ports as deps (diff) |
Support stage
Remove deprecated ports from gnome2-power-tools and gnome2-fifth-toe
Diffstat (limited to 'x11/gnome2/Makefile')
-rw-r--r-- | x11/gnome2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index aedcf7248545..6b3f1e2d7305 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -57,6 +57,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme NO_BUILD= yes +NO_MTREE= yes +NO_INSTALL= yes .if !defined(GNOME_SLAVE) USE_PYTHON= yes @@ -68,9 +70,6 @@ XSCREENSAVER_DESC= Use xscreensaver as screen saver app # MAPI "Depend on evolution-mapi (pulls in samba4) .endif -do-install: # empty - -NO_STAGE= yes .include <bsd.port.pre.mk> .if !defined(GNOME_SLAVE) |