diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-05 14:31:17 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-05 14:31:17 +0800 |
commit | 8903ccd795aa88ce187dfb56585179325674190c (patch) | |
tree | 3e39b07b5255040ccc78189f78e79e7b315c8ac4 | |
parent | 458593c3078dcab5068e8851fc4290f7e5486b2f (diff) | |
download | marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.tar marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.tar.gz marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.tar.bz2 marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.tar.lz marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.tar.xz marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.tar.zst marcuscom-ports-8903ccd795aa88ce187dfb56585179325674190c.zip |
- Add note that WITH_T1LIB also enables DVI stuff which depends on teTeX
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4699 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 6c311da97..8b9106163 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.30 2005/09/02 00:45:13 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.31 2005/09/04 06:59:36 mezz Exp $ # PORTNAME= evince @@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas OPTIONS= DVI "Enable DVI viewer support" off \ - T1LIB "Enable T1LIB for TYPE1 fonts to DVI" off \ + T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \ NAUTILUS "Enable Nautilus plugin" on \ DJVU "Enable DJVU support" off \ DBUS "Enable D-BUS support" off |