add debug packages

This commit is contained in:
jasper 2019-11-13 19:38:39 +00:00
parent 657615b0a4
commit 9b6bfb5d3c
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/11/10 17:04:10 jeremy Exp $
# $OpenBSD: Makefile,v 1.14 2019/11/13 19:38:39 jasper Exp $
# www/ruby-sassc contains an embedded version of libsass, please
# update it if there are security patches to libsass
@ -9,7 +9,7 @@ GH_ACCOUNT = sass
GH_PROJECT = libsass
GH_TAGNAME = 3.6.1
EPOCH = 0
REVISION = 0
REVISION = 1
SHARED_LIBS += sass 0.0 # 0.0
@ -27,6 +27,8 @@ WANTLIB = ${COMPILER_LIBCXX} m
# c++0x
COMPILER = base-clang ports-gcc
DEBUG_PACKAGES = ${BUILD_PACKAGES}
AUTOMAKE_VERSION = 1.15
AUTOCONF_VERSION = 2.69

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2019/07/07 18:42:23 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2019/11/13 19:38:39 jasper Exp $
COMMENT = libsass command line driver
GH_ACCOUNT = sass
GH_PROJECT = sassc
GH_TAGNAME = 3.6.1
REVISION = 0
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
@ -17,6 +18,8 @@ WANTLIB += ${COMPILER_LIBCXX} c m sass
COMPILER = base-clang ports-gcc base-gcc
DEBUG_PACKAGES = ${BUILD_PACKAGES}
LIB_DEPENDS = www/libsass
AUTOMAKE_VERSION = 1.15