1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

WITH_LIBNOTIFY -> WITH_NOTIFY

This commit is contained in:
Jeremy Messenger 2006-07-07 03:50:30 +00:00
parent ba66f5f372
commit f06ef6208d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167109

View File

@ -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