summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/codeblocks/Makefile4
-rw-r--r--devel/codeblocks/pkg-descr3
2 files changed, 1 insertions, 6 deletions
diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile
index 8cc23ce7b3a0..e2779e954228 100644
--- a/devel/codeblocks/Makefile
+++ b/devel/codeblocks/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libfreetype.so:print/freetype2 \
libhunspell-1.3.so:textproc/hunspell
-USES= autoreconf compiler desktop-file-utils fam:gamin \
+USES= autoreconf compiler desktop-file-utils fam:gamin localbase \
gettext-runtime libtool pathfix pkgconfig shared-mime-info
USE_WX= 2.8
USE_GNOME= gtk20 cairo
@@ -28,8 +28,6 @@ USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \
--disable-pch
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lboost_system
PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
diff --git a/devel/codeblocks/pkg-descr b/devel/codeblocks/pkg-descr
index b437c2072f0e..5ff5694faa64 100644
--- a/devel/codeblocks/pkg-descr
+++ b/devel/codeblocks/pkg-descr
@@ -6,7 +6,4 @@ The WEB site states:
the most demanding needs of its users. It was designed, right
from the start, to be extensible and configurable."
-LICENSE: GPL3 or later (IDE)
-LICENSE: LGPL3 or later (SDK)
-
WWW: http://www.codeblocks.org/