diff options
Diffstat (limited to 'lang/vala/Makefile')
-rw-r--r-- | lang/vala/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/vala/Makefile b/lang/vala/Makefile index ad4fb66bd..0191d7119 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -4,6 +4,7 @@ PORTNAME= vala PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME @@ -12,7 +13,7 @@ COMMENT= Programming language and compiler that converts Vala code into C code LICENSE= LGPL21 -USES= bison gettext gmake pathfix pkgconfig tar:xz +USES= bison gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |