diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/xpaint | |
parent | d9b79d68f5e5a44544bb56a3d789382674806261 (diff) | |
download | ports-d57d33c65548773bf1859e72b5505ce398a739ca.tar.gz ports-d57d33c65548773bf1859e72b5505ce398a739ca.zip |
Notes
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpaint/files/patch-aa | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 0d2214820316..c2f934a25a0f 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.28 1998/10/05 03:13:40 steve Exp $ +# $Id: Makefile,v 1.29 1998/11/21 07:27:37 steve Exp $ # DISTNAME= xpaint-2.5.4 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34.1:${PORTSDIR}/graphics/tiff34 \ + tiff.1:${PORTSDIR}/graphics/tiff34 \ Xpm.4:${PORTSDIR}/graphics/xpm \ png.2:${PORTSDIR}/graphics/png diff --git a/graphics/xpaint/files/patch-aa b/graphics/xpaint/files/patch-aa new file mode 100644 index 000000000000..e77a91d1e2eb --- /dev/null +++ b/graphics/xpaint/files/patch-aa @@ -0,0 +1,13 @@ +--- Local.config.orig Mon Nov 23 23:09:51 1998 ++++ Local.config Mon Nov 23 23:10:04 1998 +@@ -142,8 +142,8 @@ + + #if defined(FreeBSDArchitecture) + ARCH_DEFINES = -DHAVE_PARAM_H +-TIFF_INCLUDE = -I/usr/local/include/tiff34 +-TIFF_LIB = -L/usr/local/lib -ltiff34 ++TIFF_INCLUDE = -I/usr/local/include ++TIFF_LIB = -L/usr/local/lib -ltiff + JPEG_INCLUDE = -I/usr/local/include + JPEG_LIB = -L/usr/local/lib -ljpeg + XPM_INCLUDE = -I/usr/X11R6/include/X11 |