summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-07-28 10:16:59 +0000
committeragc <agc@pkgsrc.org>2004-07-28 10:16:59 +0000
commitcc6d847034c50bbda6f25523752cdd8107d6206e (patch)
treefc6cc9fba27d425d57fbf05e9f52705ce0cca119 /chat
parent630ec8dc56870da7236231d88b431dcb2479f631 (diff)
downloadpkgsrc-cc6d847034c50bbda6f25523752cdd8107d6206e.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')
-rw-r--r--chat/kadu/Makefile6
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"