diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/libcmime | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'mail/libcmime')
-rw-r--r-- | mail/libcmime/Makefile | 6 |
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 |