diff options
Diffstat (limited to 'devel/clanlib')
-rw-r--r-- | devel/clanlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 32c1a9d7ca84..5895e7099852 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -20,12 +20,11 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpcre.so:${PORTSDIR}/devel/pcre -USES= execinfo gmake jpeg libtool pathfix pkgconfig tar:tgz +USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz USE_GCC= yes USE_XORG= x11 USE_LDCONFIG= yes USE_GL= yes -USE_SQLITE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |