diff options
author | max <max@FreeBSD.org> | 1997-09-19 11:45:57 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-19 11:45:57 +0800 |
commit | 4e35abd1888fb355db397049daa951805fb398a9 (patch) | |
tree | 6a824faca1a6a4d5a54d62f1e0a5115267b51854 /graphics/imlib2 | |
parent | 26299e7bbda6b9f90a2dcc2e33c5c82be4ef7c11 (diff) | |
download | freebsd-ports-gnome-4e35abd1888fb355db397049daa951805fb398a9.tar.gz freebsd-ports-gnome-4e35abd1888fb355db397049daa951805fb398a9.tar.zst freebsd-ports-gnome-4e35abd1888fb355db397049daa951805fb398a9.zip |
Correctly define RUN_DEPENDS.
PR: 4573
Submitted by: the port maintainer
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |