diff options
Diffstat (limited to 'chat/xchat2/Makefile')
-rw-r--r-- | chat/xchat2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index 4776da6831c..8aa8e2de652 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/07/02 08:04:18 minskim Exp $ +# $NetBSD: Makefile,v 1.32 2004/07/18 14:47:29 schmonz Exp $ # DISTNAME= xchat-2.0.10 @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --disable-perl CONFIGURE_ARGS+= --disable-python LDFLAGS.IRIX+= -lX11 +LDFLAGS.Darwin+= -lX11 .include "../../mk/bsd.prefs.mk" |