diff options
author | joerg <joerg@pkgsrc.org> | 2007-05-25 23:08:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-05-25 23:08:57 +0000 |
commit | 9bd58ae4e6f3fba13a482eef34681bc5ff8104f8 (patch) | |
tree | 999953a90cc94835405cebeabd109bc2a7f7b5bf /chat | |
parent | 6a21c32dae7085961b5a292070d32f37d69107a9 (diff) | |
download | pkgsrc-9bd58ae4e6f3fba13a482eef34681bc5ff8104f8.tar.gz |
PKG_BUILD_OPTIONS.gtk2+ -> gtk2
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 9ea5e955d74..0c4167ac653 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/05/02 08:11:56 heinz Exp $ +# $NetBSD: Makefile,v 1.50 2007/05/25 23:08:57 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -31,7 +31,7 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 .if ${OPSYS} == "Darwin" INSTALL_UNSTRIPPED= YES -.if empty(PKG_BUILD_OPTIONS.gtk2+:Mquartz) +.if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz) LDFLAGS.Darwin+= -lX11 .else CONFIGURE_ARGS+= --disable-xlib |