aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:07:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:07:49 +0000
commitbea1fb437c52fbc863a94e5fb7bef3e7d0211f90 (patch)
tree3d3820b27ded184d047da3a6116976ace045a1db /devel
parentd8057e481f289a5bf0f3d42131e6885b17ea8522 (diff)
downloadports-bea1fb437c52fbc863a94e5fb7bef3e7d0211f90.tar.gz
ports-bea1fb437c52fbc863a94e5fb7bef3e7d0211f90.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/glog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glog/Makefile b/devel/glog/Makefile
index fb862d2adc41..edf6d2f422db 100644
--- a/devel/glog/Makefile
+++ b/devel/glog/Makefile
@@ -10,18 +10,18 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library of C++ classes for flexible logging
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgflags.so:${PORTSDIR}/devel/gflags
OPTIONS_DEFINE= DOCS
-CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
+LDFLAGS+= -lexecinfo
TEST_TARGET= check
USE_LDCONFIG= yes
-USES= execinfo libtool pathfix
+USES= execinfo libtool localbase pathfix
PORTDOCS= *