diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:14:52 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:53:33 +0000 |
commit | 4174602fd192a037bc4a23bf2c8c0c9b94dae6a4 (patch) | |
tree | 27d53cc11333f5407da168bf7a908388600d0698 | |
parent | ef63689d853fdd53ba84be9bdf784c30fb01ff76 (diff) | |
download | ports-4174602fd192a037bc4a23bf2c8c0c9b94dae6a4.tar.gz ports-4174602fd192a037bc4a23bf2c8c0c9b94dae6a4.zip |
x11-toolkits/pango: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 6fa4110e2c69..27fbd6b5d24b 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -22,10 +22,12 @@ RUN_DEPENDS= xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype \ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase meson pkgconfig python:env tar:xz +USES= compiler:c11 cpe gettext gnome localbase meson pkgconfig python:env tar:xz USE_LDCONFIG= yes USE_GNOME= cairo glib20 introspection:build +CPE_VENDOR= gnome + VERSION= 1.8.0 LIBVERSION= 0.4800.7 PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} |