aboutsummaryrefslogtreecommitdiff
path: root/math/givaro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/givaro/Makefile')
-rw-r--r--math/givaro/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/givaro/Makefile b/math/givaro/Makefile
index 726db178a9d1..c69ce58117e2 100644
--- a/math/givaro/Makefile
+++ b/math/givaro/Makefile
@@ -13,7 +13,7 @@ LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] B license, version 1
LICENSE_FILE= ${WRKSRC}/Licence_CeCILL-B_V1-en.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-LIB_DEPENDS= libgmp.so.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so.10:math/gmp
USES= libtool
GNU_CONFIGURE= yes
@@ -26,8 +26,8 @@ OPTIONS_DEFINE= DOXYGEN
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOXYGEN}
-BUILD_DEPENDS += doxygen:${PORTSDIR}/devel/doxygen \
- dot:${PORTSDIR}/graphics/graphviz
+BUILD_DEPENDS += doxygen:devel/doxygen \
+ dot:graphics/graphviz
CONFIGURE_ARGS+= --enable-doc --with-docdir=${DOCSDIR}
PLIST_SUB+= PORTDOCS=""
.else