diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-13 22:33:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-13 22:33:50 +0000 |
commit | 9cb83fda27d87637acb1ab7e723d9a407390de75 (patch) | |
tree | bc65dbce34370db1b812ecb68e6d778c36ad9eda /graphics/gdk-pixbuf/Makefile | |
parent | e28b48196257e88e3b4da46b2473d10e68f4e023 (diff) |
Update to 0.14.0.
Notes
Notes:
svn path=/head/; revision=51509
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 3fde3cf3756a..f9fe83e99f05 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= gdk-pixbuf -PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTVERSION= 0.14.0 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf @@ -21,9 +20,9 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \ USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes USE_GTK= yes INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ |