diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-05-03 16:18:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-05-03 16:18:03 +0000 |
commit | a80798d39f9cf0aa1fbdc5331d990e76e62052b4 (patch) | |
tree | 7bfcb4be4929ac079629fdc33a94d12693521ce1 /graphics/epdfview | |
parent | 845d4ecfa73e041f3ec678799fe38fdd9addbf3f (diff) | |
download | ports-a80798d39f9cf0aa1fbdc5331d990e76e62052b4.tar.gz ports-a80798d39f9cf0aa1fbdc5331d990e76e62052b4.zip |
Notes
Diffstat (limited to 'graphics/epdfview')
-rw-r--r-- | graphics/epdfview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 680384ab1579..1300ad2d2d31 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://trac.emma-soft.com/epdfview/chrome/site/releases/ \ MAINTAINER= chinsan@FreeBSD.org COMMENT= A lightweight PDF document viewer -BUILD_DEPENDS= DllPlugInTester:${PORTSDIR}/devel/cppunit +BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes |