summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-01 19:46:44 +0000
committertv <tv@pkgsrc.org>2005-11-01 19:46:44 +0000
commitbb66999eeebb9c664ee2513f858d5f44e2a4ac83 (patch)
tree4051f7bfc088d4057c0ddf347214d99c3a3e6957 /mail
parent8280bc8b73c1dbf0c91942742f6c1ded8150a3f4 (diff)
downloadpkgsrc-bb66999eeebb9c664ee2513f858d5f44e2a4ac83.tar.gz
Include nbcompat for utimes() if on Interix.
Diffstat (limited to 'mail')
-rw-r--r--mail/incm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/incm/Makefile b/mail/incm/Makefile
index b1dcfdd8a77..b043c23cabe 100644
--- a/mail/incm/Makefile
+++ b/mail/incm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:02 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/01 19:46:44 tv Exp $
#
DISTNAME= incm-0.5
@@ -18,4 +18,10 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/incm ${PREFIX}/bin/
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Interix"
+. include "../../pkgtools/libnbcompat/buildlink3.mk" # for utimes()
+.endif
+
.include "../../mk/bsd.pkg.mk"