aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glog
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2011-10-07 16:55:20 +0800
committerclsung <clsung@FreeBSD.org>2011-10-07 16:55:20 +0800
commit7061f8d7c11e8fb86e536adc236e617217485ec4 (patch)
tree44986301b15b841975ec873af86b38c445e2b23a /devel/glog
parent707d8b11aca4a94e9a8bb3d68f09d7f316c002d3 (diff)
downloadfreebsd-ports-graphics-7061f8d7c11e8fb86e536adc236e617217485ec4.tar.gz
freebsd-ports-graphics-7061f8d7c11e8fb86e536adc236e617217485ec4.tar.zst
freebsd-ports-graphics-7061f8d7c11e8fb86e536adc236e617217485ec4.zip
- Add devel/gflags to dependency list
glog will use gflags if it's installed - Bump PORTREVISION for dependency change PR: ports/161275 Submitted by: sunpoet
Diffstat (limited to 'devel/glog')
-rw-r--r--devel/glog/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/glog/Makefile b/devel/glog/Makefile
index efda154dcc1..641ccdfb88c 100644
--- a/devel/glog/Makefile
+++ b/devel/glog/Makefile
@@ -6,14 +6,16 @@
#
PORTNAME= glog
-DISTVERSION= 0.3.1
+PORTVERSION= 0.3.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= clsung@FreeBSD.org
COMMENT= A library of C++ classes for flexible logging
-LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \
+ gflags.2:${PORTSDIR}/devel/gflags
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
@@ -21,6 +23,7 @@ USE_LDCONFIG= yes
USE_GCC= 4.2+
PROJECTHOST= google-glog
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo
.include <bsd.port.pre.mk>