diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 13:25:13 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 13:25:13 +0000 |
commit | 3e07262a9d36939fd7829280011f2d984b652d0a (patch) | |
tree | 5a22a9a602d19a5fb5e8ed4a58646b1f2900a35d | |
parent | - Update the description with text from the website (diff) |
- devel/cppunit is used in build only (for testing suite). Change to
BUILD_DEPENDS, bump PORTREVISION
PR: ports/110091
Submitted by: Artis Caune <Artis.Caune at latnet.lv>
Approved by: chinsan (maintainer)
Notes
Notes:
svn path=/head/; revision=187012
-rw-r--r-- | graphics/epdfview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 210f5d03b7b2..ef07567eb605 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -7,6 +7,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ LOCAL/chinsan @@ -14,8 +15,8 @@ MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ MAINTAINER= chinsan@FreeBSD.org COMMENT= A lightweight PDF document viewer -LIB_DEPENDS= cppunit-1.10.2:${PORTSDIR}/devel/cppunit \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk +BUILD_DEPENDS= DllPlugInTester:${PORTSDIR}/devel/cppunit +LIB_DEPENDS= poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes GNU_CONFIGURE= yes |