diff options
author | mezz <mezz@FreeBSD.org> | 2006-07-07 11:50:30 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-07-07 11:50:30 +0800 |
commit | 85d9f37c08a4e7811540e19a19d14d814422c515 (patch) | |
tree | 393814f41780c1ca7e2da862263da4f48c5098f0 /x11 | |
parent | f2295f6733b3257163dc004eb76445131e8ec21d (diff) | |
download | freebsd-ports-gnome-85d9f37c08a4e7811540e19a19d14d814422c515.tar.gz freebsd-ports-gnome-85d9f37c08a4e7811540e19a19d14d814422c515.tar.zst freebsd-ports-gnome-85d9f37c08a4e7811540e19a19d14d814422c515.zip |
WITH_LIBNOTIFY -> WITH_NOTIFY
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index e9c74b491d0a..8dd7d5f2a72d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -51,7 +51,7 @@ FREEBSD_SYS?= /usr/src/sys .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - defined(WITH_LIBNOTIFY) + defined(WITH_NOTIFY) LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .endif |