diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 17:38:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 17:38:45 +0800 |
commit | e3db8ee84c8bacf91265d9a1d659ed398630c37d (patch) | |
tree | 79ed9e5984a819f5a0bcea9bdfc3968804a6c2bf /deskutils/xfce4-notification-daemon | |
parent | 5bb45c428bbe01f1d4ca25e7ee7e6bc6d5cdc9a3 (diff) | |
download | freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.tar.gz freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.tar.zst freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'deskutils/xfce4-notification-daemon')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 80f0de543a49..753f1205e9eb 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -33,8 +33,6 @@ CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ --libexecdir=${PREFIX}/libexec/xfce4 \ --with-dbus-services=${PREFIX}/share/dbus-1/services -MAKE_ENV+= CFLAGS="${CFLAGS}" - CONFLICTS= notification-daemon-[0-9]* OPTIONS= GRADIENT "Show a gradient look in the default theme" off \ |