diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:40:49 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:40:49 +0000 |
commit | 8369b5ef991956538af7e2b5af8eca1437f9fadd (patch) | |
tree | 92488aafbd4a54d33add39c4715994da456467d7 | |
parent | 2c6eb363425e09fcef8b083d89653eccd586566d (diff) | |
download | ports-8369b5ef991956538af7e2b5af8eca1437f9fadd.tar.gz ports-8369b5ef991956538af7e2b5af8eca1437f9fadd.zip |
lang/vala: Add CPE information
Approved by: portmgr (blanket)
-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 85645b7e26be..2b7254f109b0 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -13,9 +13,10 @@ 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 |