summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-11-25 05:06:28 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-11-25 05:06:28 +0000
commitd57d33c65548773bf1859e72b5505ce398a739ca (patch)
treea656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/xpaint
parentUpgrade to v2.3.3. (diff)
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Notes
Notes: svn path=/head/; revision=14889
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/Makefile4
-rw-r--r--graphics/xpaint/files/patch-aa13
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