diff options
Diffstat (limited to 'math/rocs/Makefile')
-rw-r--r-- | math/rocs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rocs/Makefile b/math/rocs/Makefile index 4f986142f3de..0e9affa0b6b2 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE Graph theory IDE -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libgrantlee_gui.so:${PORTSDIR}/devel/grantlee +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libgrantlee_gui.so:devel/grantlee USE_KDE4= kdelibs kdeprefix automoc4 USES= cmake:outsource tar:xz |