diff options
author | kwm <kwm@FreeBSD.org> | 2011-02-26 00:14:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-02-26 00:14:29 +0800 |
commit | 393b322c2a6567dbe7cb69d044506e87043c23cf (patch) | |
tree | 10aecaefb6335104dcd13b45af710e4d777554a4 /x11/babl/Makefile | |
parent | 5318db82d67f8977ecad4c38588022cfc70d9e02 (diff) | |
download | freebsd-ports-gnome-393b322c2a6567dbe7cb69d044506e87043c23cf.tar.gz freebsd-ports-gnome-393b322c2a6567dbe7cb69d044506e87043c23cf.tar.zst freebsd-ports-gnome-393b322c2a6567dbe7cb69d044506e87043c23cf.zip |
Update to 0.1.4. [1]
Gir files now shipped with babl. So no need anymore for a seperate port.
PR: ports/154430 [1]
Submitted by: gahr@
Diffstat (limited to 'x11/babl/Makefile')
-rw-r--r-- | x11/babl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile index 5d93eaf672cb..7b66e1989f2d 100644 --- a/x11/babl/Makefile +++ b/x11/babl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= babl -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.4 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ @@ -20,6 +20,8 @@ MASTER_SITE_SUBDIR= babl/${PORTVERSION:R} MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool |