aboutsummaryrefslogtreecommitdiff
path: root/devel/codeblocks
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-06 11:34:24 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-06 11:34:24 +0000
commit80a2712dd4a613703cb6f5fa6704e67f20a4afa8 (patch)
treef7489e64f5631c9e6d9afa138834d177d874c7c6 /devel/codeblocks
parent88a683d884e3230ba6188e5cb6de78eebfbd45c3 (diff)
downloadports-80a2712dd4a613703cb6f5fa6704e67f20a4afa8.tar.gz
ports-80a2712dd4a613703cb6f5fa6704e67f20a4afa8.zip
- Switch to USES=localbase
- Remove unneeded license mentions from pkg-descr PR: 212665 Submitted by: amdmi3 Approved by: lbartoletti@tuxfamily.org (maintainer)
Notes
Notes: svn path=/head/; revision=423403
Diffstat (limited to 'devel/codeblocks')
-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/