summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-01-24 05:16:42 +0000
committerhubertf <hubertf@pkgsrc.org>1998-01-24 05:16:42 +0000
commit453ef11abcdb124139f2d258d193879f52fc4455 (patch)
treecb882e06f91bc2d743e87f3dde297b9ef9b733ab /graphics
parent9f3bd1431b5030916264f90d548b9bf884ab2a2e (diff)
downloadpkgsrc-453ef11abcdb124139f2d258d193879f52fc4455.tar.gz
portlint: fix RCS Id, use /usr/bin/true, remove USE_X11
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 42b1c556b58..65fa016cdff 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 1997/12/23 17:08:31 agc Exp $
# New ports collection Makefile for: ImageMagick
# Version required: 3.9.3
# Date created: 11th December 1997
# Whom: tron
#
+# $NetBSD: Makefile,v 1.3 1998/01/24 05:16:42 hubertf Exp $
+#
DISTNAME= ImageMagick-3.9.3
CATEGORIES= graphics
@@ -17,7 +18,6 @@ LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.4:${PORTSDIR}/graphics/tiff
USE_IMAKE= yes
-USE_X11= yes
WRKSRC= ${WRKDIR}/ImageMagick
MAKE_ENV= LOCALBASE=${LOCALBASE} PREFIX=${PREFIX}
@@ -27,6 +27,6 @@ CAT1= display.0 montage.0 import.0 animate.0 convert.0 identify.0 \
mogrify.0 combine.0 ImageMagick.0 quantize.0 miff.0 xtp.0
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib || true
+ ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true
.include <bsd.port.mk>