aboutsummaryrefslogtreecommitdiff
path: root/mail/libcmime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/libcmime/Makefile')
-rw-r--r--mail/libcmime/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/libcmime/Makefile b/mail/libcmime/Makefile
index 3ee8c9154d13..a8c267ac57b9 100644
--- a/mail/libcmime/Makefile
+++ b/mail/libcmime/Makefile
@@ -26,7 +26,7 @@ PORTDOCS= AUTHORS CHANGELOG INSTALL README
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= flex>=2.5.33:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS+= flex>=2.5.33:textproc/flex
CMAKE_ARGS+= -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex
.endif
@@ -35,8 +35,8 @@ CMAKE_ARGS+= -DENABLE_DEBUG=TRUE
.endif
.if ${PORT_OPTIONS:MDOXYGEN}
-BUILD_DEPENDS+= doxygen>=1.8:${PORTSDIR}/devel/doxygen \
- dot:${PORTSDIR}/graphics/graphviz
+BUILD_DEPENDS+= doxygen>=1.8:devel/doxygen \
+ dot:graphics/graphviz
CMAKE_ARGS+= -DENABLE_DOC=TRUE
.endif