diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:38:09 +0000 |
commit | 4e2bd2041c645c085042eae5f197edaa40a21d39 (patch) | |
tree | 971dda5a52764409b58eec64d51d12a8ef4e0022 /graphics/apvlv | |
parent | 3680f27ebff58ece429c4e032f9ad84fb1372114 (diff) | |
download | ports-4e2bd2041c645c085042eae5f197edaa40a21d39.tar.gz ports-4e2bd2041c645c085042eae5f197edaa40a21d39.zip |
Notes
Diffstat (limited to 'graphics/apvlv')
-rw-r--r-- | graphics/apvlv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile index 3f5b3c5ad34e..618fa8080db2 100644 --- a/graphics/apvlv/Makefile +++ b/graphics/apvlv/Makefile @@ -7,13 +7,14 @@ PORTNAME= apvlv PORTVERSION= 0.0.9.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE MAINTAINER= jupengfei@gmail.com COMMENT= Apvlv is a PDF Viewer Under Linux and its behaviour like Vim -LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk GNU_CONFIGURE= yes USE_GMAKE= yes |