diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-12 01:28:19 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-03-12 01:28:19 +0000 |
commit | bfaeddf4cea1a8d70f941210e183d20833fbc31b (patch) | |
tree | eeb9faaaff36a8e293d2dfdef4a3028b7bfcddfe /graphics/imlib2 | |
parent | c6753ca6128a1cea76fd1f1a4236a93b5a7f1d3c (diff) | |
download | ports-bfaeddf4cea1a8d70f941210e183d20833fbc31b.tar.gz ports-bfaeddf4cea1a8d70f941210e183d20833fbc31b.zip |
Remove RUN_DEPENDS tag, we don't need it anymore..
Submitted by: Mr M P Searle <csubl@csv.warwick.ac.uk>
Notes
Notes:
svn path=/head/; revision=10117
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 5 | ||||
-rw-r--r-- | graphics/imlib2/files/patch-aa | 11 |
2 files changed, 1 insertions, 15 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 6d379652e603..8907aee6f7e7 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.14 1998/02/27 01:56:19 alex Exp $ +# $Id: Makefile,v 1.15 1998/03/11 02:58:12 vanilla Exp $ # DISTNAME= Imlib-1.1 @@ -18,9 +18,6 @@ LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ gif\\.3\\.:${PORTSDIR}/graphics/giflib -RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ - tgatoppm:${PORTSDIR}/graphics/netpbm \ - convert:${PORTSDIR}/graphics/ImageMagick USE_GMAKE= yes USE_X11= ues diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 0ed8c1af0f2d..21a27f5cea38 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -66,14 +66,3 @@ fi -@@ -2788,8 +2789,8 @@ - if test $GIFTOPPM = "/usr/local/bin/tgatoppm"; then - NETPBM_PATH=/usr/local/bin - fi --if test $GIFTOPPM = "/usr/openwin/bin/tgatoppm"; then -- NETPBM_PATH=/usr/openwin/bin -+if test $GIFTOPPM = "/usr/X11R6/bin/tgatoppm"; then -+ NETPBM_PATH=/usr/X11R6/bin - fi - if test $DJPEG = "/usr/bin/djpeg"; then - JPEG_PATH=/usr/bin |