diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 85645b7e26be..2b7254f109b0 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -1,26 +1,27 @@ # Created by: Michael Johnson PORTNAME= vala PORTVERSION= 0.48.18 PORTEPOCH= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME MAINTAINER= desktop@FreeBSD.org COMMENT= Programming language and compiler that converts Vala code into C code LICENSE= LGPL21 PORTSCOUT= limitw:1,even -USES= bison gettext-runtime gmake gnome libtool \ +USES= bison cpe gettext-runtime gmake gnome libtool \ localbase pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix libxslt:build +CPE_VENDOR= gnome GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-valadoc INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${PORTVERSION:R} .include