diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-15 13:59:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-15 13:59:37 +0000 |
commit | b0dd1eeecbd2976eac4c14b60de85a0e32c7fe0b (patch) | |
tree | 50a7eaab71e3df4c0dde7865526ce76151fa004d /x11/fox | |
parent | d9a1374854184e6894871f27b96fb1b25ebcd148 (diff) | |
download | pkgsrc-b0dd1eeecbd2976eac4c14b60de85a0e32c7fe0b.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11/fox')
-rw-r--r-- | x11/fox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 7ab6edcc7cf..317e49491dd 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/04/13 05:45:35 xtraeme Exp $ +# $NetBSD: Makefile,v 1.36 2007/04/15 13:59:37 joerg Exp $ DISTNAME= fox-1.6.25 CATEGORIES= x11 @@ -10,6 +10,7 @@ COMMENT= Fast and extensive C++ GUI toolkit USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-release CONFIGURE_ARGS+= --with-opengl |