diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-21 23:55:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-21 23:55:29 +0000 |
commit | b79539c65a6b135faa569d53db5f66c570104df8 (patch) | |
tree | 145ae79a77fa680a938f28dc5187803fe60594c5 /chat | |
parent | 533d372ba8ff984fa924a266587b832defeecdba (diff) | |
download | pkgsrc-b79539c65a6b135faa569d53db5f66c570104df8.tar.gz |
Needs OVERRIDE_DEPTH=3.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/licq-gui-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/licq-gui-qt/Makefile b/chat/licq-gui-qt/Makefile index 7efa9263976..b95bdc09f49 100644 --- a/chat/licq-gui-qt/Makefile +++ b/chat/licq-gui-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/10/10 10:20:33 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2007/12/21 23:55:29 joerg Exp $ # DISTNAME= licq-1.2.6 @@ -28,6 +28,7 @@ GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= # empty +OVERRIDE_DIRDEPTH= 3 CONFIGURE_DIRS= plugins/qt-gui INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* |