diff options
author | agc <agc@pkgsrc.org> | 2004-07-28 10:16:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-07-28 10:16:59 +0000 |
commit | cc6d847034c50bbda6f25523752cdd8107d6206e (patch) | |
tree | fc6cc9fba27d425d57fbf05e9f52705ce0cca119 /chat | |
parent | 630ec8dc56870da7236231d88b431dcb2479f631 (diff) | |
download | pkgsrc-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/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" |