diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-19 00:27:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-19 00:27:26 +0000 |
commit | f86b4f0a59fc60526a0e82c5f6cf99a98de74717 (patch) | |
tree | 73749982dcf904a22482b4930914b2c683072a77 /mail/mail-notification/Makefile | |
parent | 5aaef6d8d797d6363c04d35ae4e01a69e6775ed6 (diff) | |
download | pkgsrc-f86b4f0a59fc60526a0e82c5f6cf99a98de74717.tar.gz |
Fix:
cannot create /bin/msgfmt: read-only file system
cannot create /bin/msgfmt: read-only file system
chmod: /bin/msgfmt: No such file or directory
Solution:
Do not include gettext-lib/builtin.mk, if it's included
too early, BUILDLINK_DIR is not defined. Use gettext-lib/buildlink3.mk
instead.
While here, remove superfluous inclusion of bsd.prefs.mk.
Diffstat (limited to 'mail/mail-notification/Makefile')
-rw-r--r-- | mail/mail-notification/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 657a12e875f..043300edaa2 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:09:55 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/19 00:27:26 wiz Exp $ # DISTNAME= mail-notification-2.0 @@ -28,7 +28,6 @@ CONF_FILES= ${EGDIR}/sound/events/mail-notification.soundlist \ PKG_OPTIONS_VAR= PKG_OPTIONS.mail-notification PKG_SUPPORTED_OPTIONS= inet6 sasl ssl -.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.options.mk" # Whether to add IPv6 support. @@ -52,7 +51,7 @@ CONFIGURE_ARGS+= --disable-ssl .include "../../devel/eel2/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" -.include "../../devel/gettext-lib/builtin.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" |