diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 06:56:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 06:56:54 +0800 |
commit | 4fe1360b0169390cf29d35696e752e1f127242cf (patch) | |
tree | c6bcc9188c4bd64c5aae64736f4a82c5ead7fb5b | |
parent | 9dde58365eee2bb777346f5f0f1fb64f1bcdec7a (diff) | |
download | freebsd-ports-gnome-4fe1360b0169390cf29d35696e752e1f127242cf.tar.gz freebsd-ports-gnome-4fe1360b0169390cf29d35696e752e1f127242cf.tar.zst freebsd-ports-gnome-4fe1360b0169390cf29d35696e752e1f127242cf.zip |
- Add CPE info
Approved by: portmgr blanket
-rw-r--r-- | security/pidgin-otr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index b2793ae783e0..dd47da7a7e6d 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -19,7 +19,9 @@ LIB_DEPENDS= libotr.so.5:${PORTSDIR}/security/libotr \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libpurple.so:${PORTSDIR}/net-im/libpurple -USES= gettext gmake libtool pkgconfig +USES= cpe gettext gmake libtool pkgconfig +CPE_VENDOR= cypherpunks +CPE_PRODUCT= ${PKGNAMEPREFIX}${PORTNAME} USE_GNOME= gtk20 GNU_CONFIGURE= yes |