diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-10 05:45:58 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-10 05:45:58 +0800 |
commit | 9b253fb598f37c5df4972b02f706ff3cb7e47b71 (patch) | |
tree | 4fb410f83201191435f6afb980f8ce0597b5f374 | |
parent | f4f539f13743f5b6a6f1dd86c1b26612bae3cde2 (diff) | |
download | marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.tar marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.tar.gz marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.tar.bz2 marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.tar.lz marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.tar.xz marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.tar.zst marcuscom-ports-9b253fb598f37c5df4972b02f706ff3cb7e47b71.zip |
Add dependency upon ghostscript.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3367 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index df332eff9..df221ff98 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -18,6 +18,7 @@ USE_BZIP2= yes USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes +USE_GHOSTSCRIPT=yes USE_GNOME= gnomehack gnomeprefix libgnomeui libgnomeprintui .include <bsd.port.mk> |