aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/apvlv
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2013-11-03 08:36:33 +0800
committerfeld <feld@FreeBSD.org>2013-11-03 08:36:33 +0800
commit373f039e7a82c9e7b4921257edb9a400636dc536 (patch)
tree066f9498de69c86935ace94c82e6f44ea32a019c /graphics/apvlv
parentf2bd8795ec5e7306278761a682d2d58e18ff529a (diff)
downloadfreebsd-ports-gnome-373f039e7a82c9e7b4921257edb9a400636dc536.tar.gz
freebsd-ports-gnome-373f039e7a82c9e7b4921257edb9a400636dc536.tar.zst
freebsd-ports-gnome-373f039e7a82c9e7b4921257edb9a400636dc536.zip
Link to pthread directly
PR: ports/182774 Approved by: swills (mentor, implicit)
Diffstat (limited to 'graphics/apvlv')
-rw-r--r--graphics/apvlv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile
index 396ba4758397..570f7b466dac 100644
--- a/graphics/apvlv/Makefile
+++ b/graphics/apvlv/Makefile
@@ -3,6 +3,7 @@
PORTNAME= apvlv
PORTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://cloud.github.com/downloads/naihe2010/apvlv/
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
@@ -21,6 +22,8 @@ CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \
-DDOCDIR=${DOCSDIR} \
-DAPVLV_WITH_UMD=OFF \
-DAPVLV_WITH_TXT=ON
+CFLAGS+= ${PTHREAD_CFLAGS}
+LDFLAGS+= ${PTHREAD_LIBS}
OPTIONS_DEFINE= DJVU WEBKIT