aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/pear-Horde_SyncMl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/pear-Horde_SyncMl/Makefile b/comms/pear-Horde_SyncMl/Makefile
index bfcaaf34aa28..f95d8663751b 100644
--- a/comms/pear-Horde_SyncMl/Makefile
+++ b/comms/pear-Horde_SyncMl/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= comms www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde API for processing SyncML requests
-USES= horde
+USES= cpe horde
USE_HORDE_RUN= Horde_Date \
Horde_Icalendar \
Horde_Log \
@@ -20,4 +20,6 @@ USE_HORDE_RUN= Horde_Date \
USE_HORDE_RUN+= Horde_Auth \
Horde_Core
+CPE_VENDOR= horde
+
.include <bsd.port.mk>