diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-28 21:05:25 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-28 21:05:25 +0800 |
commit | a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c (patch) | |
tree | b47128d59c799215d32671bc83d1bb46b022a9cd /databases | |
parent | c0a6269dfa72249d7724273551b455f3428cda90 (diff) | |
download | marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.tar marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.tar.gz marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.tar.bz2 marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.tar.lz marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.tar.xz marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.tar.zst marcuscom-ports-a37bb8035a99365ca27cc1fa3e88fbc0582dcd7c.zip |
Add gperf as build depends
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20025 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index bcf77fa34..f64465759 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -15,6 +15,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \ + gperf>=0:${PORTSDIR}/devel/gperf \ vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ liboauth.so:${PORTSDIR}/net/liboauth \ |