diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 11:13:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 11:13:56 +0000 |
commit | ec82b31cfe88f9faad8bb1b104d1d575b22dd9a8 (patch) | |
tree | 157743ebca929bd25557751c703f21669c16cc9e /graphics | |
parent | 3d2b895bb7fa9b4a4a5226ea292672a23907aefd (diff) | |
download | ports-ec82b31cfe88f9faad8bb1b104d1d575b22dd9a8.tar.gz ports-ec82b31cfe88f9faad8bb1b104d1d575b22dd9a8.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-libart/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-libart2/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/ruby-libart/Makefile b/graphics/ruby-libart/Makefile index 0ae709723798..6fd1945da314 100644 --- a/graphics/ruby-libart/Makefile +++ b/graphics/ruby-libart/Makefile @@ -17,7 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for libart -LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart +LIB_DEPENDS= art_lgpl.5:${PORTSDIR}/graphics/libart \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/graphics/ruby-libart2/Makefile b/graphics/ruby-libart2/Makefile index 48bc6bd53f0c..f1adc1d43b8f 100644 --- a/graphics/ruby-libart2/Makefile +++ b/graphics/ruby-libart2/Makefile @@ -17,7 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for Libart2 -LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 +LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png USE_RUBY= yes USE_RUBY_EXTCONF= yes |