diff options
Diffstat (limited to 'graphics/imlib2_loaders/Makefile')
-rw-r--r-- | graphics/imlib2_loaders/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index dbe0c30cc762..e97b634b9241 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -6,22 +6,19 @@ # PORTNAME= imlib2_loaders -PORTVERSION= 20060926 +PORTVERSION= 20070223 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://sunner.elcomnet.ru/~stas/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ MAINTAINER= stas@FreeBSD.org COMMENT= Extra image loader plugins for Imlib 2 -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ - edb.1:${PORTSDIR}/databases/edb \ - eet.9:${PORTSDIR}/devel/eet - GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnometarget +USE_EFL= edb eet imlib2 OPTIONS= EDB "Enable edb loader" on \ EET "Enable eet loader" on \ |