Doesn't build without gettext.

This commit is contained in:
joerg 2006-03-31 16:40:41 +00:00
parent 21dc5e3f91
commit 58cd88b715

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2006/03/30 20:57:08 jmmv Exp $
# $NetBSD: Makefile,v 1.10 2006/03/31 16:40:41 joerg Exp $
#
.include "Makefile.common"
@ -15,4 +15,6 @@ EGDIR= ${PREFIX}/share/examples/dbus
CONF_FILES= ${EGDIR}/session.conf ${PKG_SYSCONFDIR}/session.conf
CONF_FILES+= ${EGDIR}/system.conf ${PKG_SYSCONFDIR}/system.conf
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"