aboutsummaryrefslogtreecommitdiff
path: root/devel/glog
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2011-10-07 08:55:20 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2011-10-07 08:55:20 +0000
commit5c198eb7ac16669a42e238c9137237caba54b996 (patch)
treede1f2fcb777de0dcc19862c851c2e45f888af03d /devel/glog
parent476bc3b2a8f58f740c4529622242f356f0354871 (diff)
downloadports-5c198eb7ac16669a42e238c9137237caba54b996.tar.gz
ports-5c198eb7ac16669a42e238c9137237caba54b996.zip
Notes
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 efda154dcc13..641ccdfb88cf 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>