diff options
author | drochner <drochner> | 2006-11-13 20:55:46 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-11-13 20:55:46 +0000 |
commit | 2306049da637b7c2a7b293f10c479db2c69f11f0 (patch) | |
tree | 0ad0c4ab85cc9346cb57f67f300a93168de9ca58 /x11/vte/Makefile | |
parent | 5fa8959fed156ac80ec46b887260ee1e5aa14b00 (diff) | |
download | pkgsrc-2306049da637b7c2a7b293f10c479db2c69f11f0.tar.gz |
migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION
Diffstat (limited to 'x11/vte/Makefile')
-rw-r--r-- | x11/vte/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 06089263fd1..92d4c0a5fd3 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2006/10/13 18:25:47 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2006/11/13 21:02:53 drochner Exp $ # DISTNAME= vte-0.14.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.14/} EXTRACT_SUFX= .tar.bz2 @@ -16,9 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config -CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2} PKGCONFIG_OVERRIDE+= vte.pc.in |