pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/zola
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 5 07:23:00 UTC 2023
Modified Files:
pkgsrc/www/zola: Makefile
Log Message:
zola: remove unused libsass dependency
SASS support was switched to a rust crate.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/zola/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/zola/Makefile
diff -u pkgsrc/www/zola/Makefile:1.14 pkgsrc/www/zola/Makefile:1.15
--- pkgsrc/www/zola/Makefile:1.14 Tue May 16 15:41:00 2023
+++ pkgsrc/www/zola/Makefile Tue Sep 5 07:23:00 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/05/16 15:41:00 nikita Exp $
+# $NetBSD: Makefile,v 1.15 2023/09/05 07:23:00 wiz Exp $
DISTNAME= zola-0.17.2
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=getzola/}
GITHUB_PROJECT= zola
@@ -21,10 +22,8 @@ TOOL_DEPENDS+= cmake-[0-9]*:../../devel/
INSTALLATION_DIRS= bin
MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
-RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libsass}/lib
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
-.include "../../www/libsass/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index