diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
commit | 6935df75672d9ed497f643509740008419bf1332 (patch) | |
tree | 626cdc0708098b9ae718c54967bc53c73091f046 /x11-clocks/xfce4-timer-out-plugin | |
parent | db5320be856bdee9461022fd559c0bdf3a782778 (diff) |
Notes
Diffstat (limited to 'x11-clocks/xfce4-timer-out-plugin')
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 7e98057baa7d..67f0d877b702 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -1,6 +1,5 @@ # Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ -# PORTNAME= xfce4-time-out-plugin PORTVERSION= 1.0.1 @@ -21,4 +20,5 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel +NO_STAGE= yes .include <bsd.port.mk> |