diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-20 19:49:23 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-20 19:49:23 +0000 |
commit | d7b0faf6484e28bf62783f3412a9bafece14c6dd (patch) | |
tree | 9fd262ff446ad5f837eef76807e94e872062baef /graphics/epdfview | |
parent | 6b0f9172cfffd1c1c1f22a8be358149487e41c63 (diff) | |
download | ports-d7b0faf6484e28bf62783f3412a9bafece14c6dd.tar.gz ports-d7b0faf6484e28bf62783f3412a9bafece14c6dd.zip |
- Add license
Notes
Notes:
svn path=/head/; revision=274393
Diffstat (limited to 'graphics/epdfview')
-rw-r--r-- | graphics/epdfview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 6a9144fe1aff..d19030d06a44 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -18,6 +18,8 @@ COMMENT= A lightweight PDF document viewer BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |