diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 18:26:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-23 18:26:46 +0800 |
commit | c86ec92ff5c5f8b96056883ef2489bee1a3a84ab (patch) | |
tree | e71680cb84d56a2ca6dbe870472bd01fcd87a217 /deskutils | |
parent | 1436607219a7b7f90349e171db4215e32b8ab9ec (diff) | |
download | freebsd-ports-gnome-c86ec92ff5c5f8b96056883ef2489bee1a3a84ab.tar.gz freebsd-ports-gnome-c86ec92ff5c5f8b96056883ef2489bee1a3a84ab.tar.zst freebsd-ports-gnome-c86ec92ff5c5f8b96056883ef2489bee1a3a84ab.zip |
Support staging.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notify-osd/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index d03dca325bd6..f26e77e37e1f 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -24,5 +24,4 @@ USES= gmake pkgconfig USE_GNOME= libwnck gconf2 USE_GCC= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 8e372a041dc8..7336ab81effe 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -41,7 +41,6 @@ CLOSE_DESC= Show the close button in the default theme OPTIONS_DEFAULT=CLOSE NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |