diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/py-libsass/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/py-libsass/Makefile b/www/py-libsass/Makefile index 1046b0937cee..b29651d050c7 100644 --- a/www/py-libsass/Makefile +++ b/www/py-libsass/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsass DISTVERSION= 0.13.7 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +17,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++0x RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} +LIB_DEPENDS= libsass.so:textproc/libsass -USES= python +USES= localbase python USE_PYTHON= autoplist distutils +MAKE_ENV= SYSTEM_SASS=1 + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_sass.so |