diff options
Diffstat (limited to 'lang/oo2c/Makefile')
-rw-r--r-- | lang/oo2c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index b454cb821ede..2701e4b29916 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -13,9 +13,9 @@ COMMENT= Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany LICENSE= GPLv2 -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -RUN_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc +BUILD_DEPENDS= xsltproc:textproc/libxslt +RUN_DEPENDS= libtool:devel/libtool +LIB_DEPENDS= libgc.so:devel/boehm-gc DOCSDIR= lib/${PORTNAME} USES= gmake libtool:build tar:bzip2 |