diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-12-11 22:48:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-12-11 22:48:52 +0000 |
commit | f11b6eddaf4043df42fea7c4002a49c6a2bf2203 (patch) | |
tree | 5bded9a9bab089d6881af06bcf3af81ae20ecc52 /deskutils/xfce4-notification-daemon | |
parent | 330b19e37b75c70035141a6490c95498e57f46ad (diff) | |
download | ports-f11b6eddaf4043df42fea7c4002a49c6a2bf2203.tar.gz ports-f11b6eddaf4043df42fea7c4002a49c6a2bf2203.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index b113eab8d210..a745882cf71f 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ MAKE_ENV+= CFLAGS="${CFLAGS}" -CONFLICTS= ^notification-daemon-[0-9]* +CONFLICTS= notification-daemon-[0-9]* OPTIONS= GRADIENT "Show a gradient look in the default theme" off \ CLOSE "Show the close button in the default theme" on \ |