diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:39 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:39 +0000 |
commit | a2c10dc3d19b5dfbf1645ccde602fd6379ada89f (patch) | |
tree | 5fd06d1d5b8af21dab00aa1a0c2e1173510da970 | |
parent | 8f956b7f9eac4c7bce6d6d34edbd5205baff2bc4 (diff) | |
download | ports-a2c10dc3d19b5dfbf1645ccde602fd6379ada89f.tar.gz ports-a2c10dc3d19b5dfbf1645ccde602fd6379ada89f.zip |
net-im/profanity: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net-im/profanity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 064cb810201b..e2caae59d1bb 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libmesode.so:net-im/libmesode \ libsignal-protocol-c.so:net/libsignal-protocol-c \ libsqlite3.so:databases/sqlite3 -USES= ncurses pkgconfig ssl python readline autoreconf libtool gnome +USES= cpe ncurses pkgconfig ssl python readline autoreconf libtool gnome +CPE_VENDOR= ${PORTNAME}_project USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= profanity-im |