summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index aa3e2810ad5..d0be2afaf38 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2006/08/16 21:25:35 tron Exp $
+# $NetBSD: Makefile,v 1.43 2006/08/17 06:58:37 tron Exp $
.include "Makefile.common"
+PKGREVISION= 1
+
MAINTAINER= tron@NetBSD.org
PATCH_SITES= ${MASTER_SITES}/patches/
@@ -27,6 +29,10 @@ LDFLAGS.Darwin+= -lX11
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED= YES
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"