diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-05 08:53:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-05 08:53:55 +0000 |
commit | 949f03d25282112230a7aaee975c26d744b1b63d (patch) | |
tree | 812ace1522947707bf56073c07a10e658ee366d9 /lang/vala/Makefile | |
parent | 487b263456a2447af9963fb2429ba7685bb110a3 (diff) | |
download | pkgsrc-949f03d25282112230a7aaee975c26d744b1b63d.tar.gz |
Now that we're down to one vala version again, install the unversioned
files again.
Requested with patch by Kamil Rytarowski in PR 49946.
Diffstat (limited to 'lang/vala/Makefile')
-rw-r--r-- | lang/vala/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 435633b981b..2da54026366 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2015/04/03 07:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2015/06/05 08:53:55 wiz Exp $ DISTNAME= vala-0.28.0 +PKGREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -11,7 +12,6 @@ COMMENT= Compiler for the GObject type system LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-unversioned USE_LIBTOOL= yes USE_TOOLS+= bison flex gmake pkg-config |