diff options
author | agc <agc> | 2004-07-28 10:16:59 +0000 |
---|---|---|
committer | agc <agc> | 2004-07-28 10:16:59 +0000 |
commit | 8d4a25f24d6cec48724e9574b279fe56575c32a1 (patch) | |
tree | fc6cc9fba27d425d57fbf05e9f52705ce0cca119 /chat/kadu | |
parent | 97eafbcdce1ca25ca8a5084fe964613095e779f2 (diff) | |
download | pkgsrc-8d4a25f24d6cec48724e9574b279fe56575c32a1.tar.gz |
Sadly, the "pure hack" in Makefile version 1.2 is still needed, as shown
by the bulk build results - uncomment it again.
Diffstat (limited to 'chat/kadu')
-rw-r--r-- | chat/kadu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/kadu/Makefile b/chat/kadu/Makefile index d6a1db4e52f..292a2df9bf9 100644 --- a/chat/kadu/Makefile +++ b/chat/kadu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/09 10:46:23 adam Exp $ +# $NetBSD: Makefile,v 1.4 2004/07/28 10:16:59 agc Exp $ DISTNAME= kadu-0.3.9 CATEGORIES= chat @@ -18,8 +18,8 @@ LIBS+= ${LIBOSSAUDIO} WRKSRC= ${WRKDIR}/kadu # pure hack -#post-configure: -# cd ${WRKSRC}; ${TOUCH} Makefile +post-configure: + cd ${WRKSRC}; ${TOUCH} Makefile .include "../../chat/ekg/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" |