diff options
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index f385ee0fb049..61b842ef0455 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -6,9 +6,10 @@ # PORTNAME= imlib -PORTVERSION= 1.9.8 +PORTVERSION= 1.9.8.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/libs/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/imlib MAINTAINER= vanilla@FreeBSD.org @@ -16,6 +17,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |