diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-06 19:33:45 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-06 19:33:45 +0000 |
commit | a3999ab27e754a0580ae0f1926edec621998021b (patch) | |
tree | f15c1b18a0ab9ec3dd13f7bc56233d3d7ae47195 /graphics/xfig/files | |
parent | 8b6ae55d9e69ece362a8d5877fb2a5337d466d58 (diff) | |
download | FreeBSD-ports-a3999ab27e754a0580ae0f1926edec621998021b.zip FreeBSD-ports-a3999ab27e754a0580ae0f1926edec621998021b.tar.gz |
- Add message to notice Ghostscript support hook
- /usr/local -> LOCALBASE
- Remove version number from pkg/DESCR
- Sort pkg/PLIST
PR: 15914
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/xfig/files')
-rw-r--r-- | graphics/xfig/files/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index e018474..cb659e7 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/files/patch-aa @@ -1,5 +1,14 @@ ---- Imakefile.orig Thu Jul 2 12:37:09 1998 -+++ Imakefile Tue Dec 28 16:25:42 1999 +--- Imakefile.orig Fri Jul 3 02:37:09 1998 ++++ Imakefile Mon Jan 3 13:19:34 2000 +@@ -40,7 +40,7 @@ + + #ifdef USEJPEG + #ifdef USEINSTALLEDJPEG +-JPEGLIBDIR = /usr/local/lib ++JPEGLIBDIR = %%LOCALBASE%%/lib + #else + JPEGLIBDIR = ../jpeg + #endif @@ -49,12 +49,12 @@ XCOMM Uncomment the following definiton if you want to use the small icons XCOMM for the panel buttons. Use this if you have a 800x600 or smaller screen. @@ -45,7 +54,7 @@ #ifdef USEJPEG #ifdef USEINSTALLEDJPEG -JPEGINCDIR = -I/usr/include/X11 -+JPEGINCDIR = -I/usr/local/include ++JPEGINCDIR = -I%%LOCALBASE%%/include JPEGLIB = -L$(JPEGLIBDIR) -ljpeg #else JPEGCONF = configure |