diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 18:19:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 18:19:47 +0000 |
commit | bffcef9ebe53b5082d82466f5e1794a1eea0f4e7 (patch) | |
tree | 26793c45b10e165d295f602916e4663a6f24ca9e /chat | |
parent | 9469619adff69bde9723ecf7a58c0ecbe7ea425d (diff) | |
download | pkgsrc-bffcef9ebe53b5082d82466f5e1794a1eea0f4e7.tar.gz |
Include gettext-lib/buildlink3.mk to build on platforms without native
gettext library. While here, rearange sections so that buildlink3.mk
files are included before overriding post-install target.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile index dc9e9249602..06ff89f0a63 100644 --- a/chat/xchat2/Makefile +++ b/chat/xchat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/10/30 18:10:35 minskim Exp $ +# $NetBSD: Makefile,v 1.38 2004/10/30 18:19:47 minskim Exp $ # .include "Makefile.common" @@ -43,8 +43,10 @@ CONFIGURE_ARGS+= --enable-socks CONFIGURE_ARGS+= --enable-openssl=${SSLBASE} .endif +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins -.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |