diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-19 03:45:57 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-19 03:45:57 +0000 |
commit | c3ac2aa39142968451b7dc786204f854a7859464 (patch) | |
tree | a2634e32455e05c5059133dec7bcf8e965557e1a /graphics | |
parent | Sorry I forgot. (diff) |
Correctly define RUN_DEPENDS.
PR: 4573
Submitted by: the port maintainer
Notes
Notes:
svn path=/head/; revision=7956
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 6 | ||||
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 6 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 2f0972468046..74a462627093 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Vanill I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.3 1997/08/28 04:38:36 chuckr Exp $ +# $Id: Makefile,v 1.4 1997/09/14 19:36:41 max Exp $ # DISTNAME= imlib_DR-0.5 @@ -14,6 +14,10 @@ MASTER_SITES= http://www.rasterman.com/ftp/ \ MAINTAINER= vanilla@MinJe.com.TW +RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ + tgatoppm:${PORTSDIR}/graphics/netpbm \ + convert:${PORTSDIR}/graphics/ImageMagick + USE_GMAKE= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/imlib diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 2f0972468046..74a462627093 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Vanill I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.3 1997/08/28 04:38:36 chuckr Exp $ +# $Id: Makefile,v 1.4 1997/09/14 19:36:41 max Exp $ # DISTNAME= imlib_DR-0.5 @@ -14,6 +14,10 @@ MASTER_SITES= http://www.rasterman.com/ftp/ \ MAINTAINER= vanilla@MinJe.com.TW +RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ + tgatoppm:${PORTSDIR}/graphics/netpbm \ + convert:${PORTSDIR}/graphics/ImageMagick + USE_GMAKE= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/imlib diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 2f0972468046..74a462627093 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Vanill I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.3 1997/08/28 04:38:36 chuckr Exp $ +# $Id: Makefile,v 1.4 1997/09/14 19:36:41 max Exp $ # DISTNAME= imlib_DR-0.5 @@ -14,6 +14,10 @@ MASTER_SITES= http://www.rasterman.com/ftp/ \ MAINTAINER= vanilla@MinJe.com.TW +RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ + tgatoppm:${PORTSDIR}/graphics/netpbm \ + convert:${PORTSDIR}/graphics/ImageMagick + USE_GMAKE= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/imlib |