diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:43:35 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 20:01:22 +0000 |
commit | 8284ee5cf34e20461d83970b638ce2782591ba92 (patch) | |
tree | 12689ae723e113eec3a58a0436daa9b7617956b4 | |
parent | 5ea1a96e0cc271d3d371bece70863d4290e7a381 (diff) |
devel/libgee: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libgee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile index 0219c2d7d64a..cf14a178add3 100644 --- a/devel/libgee/Makefile +++ b/devel/libgee/Makefile @@ -18,9 +18,10 @@ PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CPE_VENDOR= gnome .include <bsd.port.mk> |