diff options
author | kleink <kleink> | 1997-12-04 12:06:30 +0000 |
---|---|---|
committer | kleink <kleink> | 1997-12-04 12:06:30 +0000 |
commit | e686a31353ec851c2e2132390dd644c3bd40b9b6 (patch) | |
tree | f52d4d8e7086c3e3b18e9ea77d83c942b3b06e2b /graphics/xv/patches | |
parent | 71eaa4a1a4fdbef9172acba84ce8723d7ea1b205 (diff) | |
download | pkgsrc-e686a31353ec851c2e2132390dd644c3bd40b9b6.tar.gz |
Since we do supply our own packaged Ghostscript below /usr/pkg, modify GS_BIN
and GS_LIB to reflect this.
Diffstat (limited to 'graphics/xv/patches')
-rw-r--r-- | graphics/xv/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/patches/patch-ac b/graphics/xv/patches/patch-ac index 58bb772b905..dd8d6a908a4 100644 --- a/graphics/xv/patches/patch-ac +++ b/graphics/xv/patches/patch-ac @@ -30,8 +30,8 @@ * should not need to be changed */ -! #define GS_PATH "/usr/local/bin/gs" -! #define GS_LIB "/usr/local/lib/ghostscript" +! #define GS_PATH "/usr/pkg/bin/gs" +! #define GS_LIB "/usr/pkg/share/ghostscript" ! #define GS_DEV "ppmraw" |