diff options
Diffstat (limited to 'devel/py-ice/Makefile')
-rw-r--r-- | devel/py-ice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index 3030e09ec86a..11c9105a90d7 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -9,8 +9,8 @@ COMMENT= Ice (Internet Communications Engine) language mapping for Python LICENSE= GPLv2 -BUILD_DEPENDS= mcpp:${PORTSDIR}/devel/mcpp -LIB_DEPENDS= libIce.so.${LIB_VRS}:${PORTSDIR}/devel/ice +BUILD_DEPENDS= mcpp:devel/mcpp +LIB_DEPENDS= libIce.so.${LIB_VRS}:devel/ice USES= python shebangfix USE_PYTHON= py3kplist |