diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:17:00 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:17:00 +0000 |
commit | 77baedc828998509aa22424356a907d80799d6b8 (patch) | |
tree | 4c6a9e28a412ed5db86a510884611a8cef0167fd /security/pidgin-otr/Makefile | |
parent | b4f4d38cda284d4322386d518d01a1032ed14ddc (diff) |
security: Add missing USES={gnome,php}
Notes
Notes:
svn path=/head/; revision=517058
Diffstat (limited to 'security/pidgin-otr/Makefile')
-rw-r--r-- | security/pidgin-otr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 4bd04c2bf3de..79ed5d5f0b27 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libotr.so.5:security/libotr \ libgcrypt.so:security/libgcrypt \ libpurple.so:net-im/libpurple -USES= cpe gmake libtool pkgconfig +USES= cpe gmake gnome libtool pkgconfig CPE_VENDOR= cypherpunks CPE_PRODUCT= ${PKGNAMEPREFIX}${PORTNAME} USE_GNOME= gtk20 intltool |