diff options
Diffstat (limited to 'chat/gaim/Makefile')
-rw-r--r-- | chat/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index f1414d9aad6..507a2383754 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2007/01/30 19:50:54 joerg Exp $ +# $NetBSD: Makefile,v 1.111 2007/02/22 19:26:11 wiz Exp $ DISTNAME= gaim-1.5.0 PKGREVISION= 6 @@ -29,7 +29,7 @@ CONFIGURE_ENV+= DLLIB=${BUILDLINK_LDADD.dl} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" -_INSTALL_UNSTRIPPED= yes +_INSTALL_UNSTRIPPED= yes .endif .if ${X11_TYPE} != "native" |