diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-21 23:50:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-21 23:50:21 +0000 |
commit | 533d372ba8ff984fa924a266587b832defeecdba (patch) | |
tree | e47d6573ec75afbdae323e94c54f6e184ae226e4 | |
parent | b8e657f4edbae39ad89b3ddc8c5df7655e2fde18 (diff) | |
download | pkgsrc-533d372ba8ff984fa924a266587b832defeecdba.tar.gz |
Override configure depth, needs 3 levels.
-rw-r--r-- | chat/licq-gui-console/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile index ce3b3684618..62f233053de 100644 --- a/chat/licq-gui-console/Makefile +++ b/chat/licq-gui-console/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/10/10 10:20:32 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2007/12/21 23:50:21 joerg Exp $ # DISTNAME= licq-1.2.6 @@ -22,6 +22,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= # empty CONFIGURE_DIRS= plugins/console +OVERRIDE_DIRDEPTH= 3 INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-* |