diff options
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 543faafbfa89..cefaeb14c801 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -6,11 +6,11 @@ # PORTNAME= imlib -PORTVERSION= 1.9.11 -PORTREVISION= 1 +PORTVERSION= 1.9.13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/imlib +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -18,6 +18,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ ungif.5:${PORTSDIR}/graphics/libungif +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes |