aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-07-07 11:50:30 +0800
committermezz <mezz@FreeBSD.org>2006-07-07 11:50:30 +0800
commit85d9f37c08a4e7811540e19a19d14d814422c515 (patch)
tree393814f41780c1ca7e2da862263da4f48c5098f0 /x11
parentf2295f6733b3257163dc004eb76445131e8ec21d (diff)
downloadfreebsd-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/Makefile2
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