mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
Convert to option helpers.
This commit is contained in:
parent
9fa6f0e4ed
commit
02fe9cfb05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567542
@ -48,7 +48,7 @@ NLS_USES= gettext
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
|
||||
TEST_BUILD_DEPENDS= ${LOCALBASE}/include/check.h:devel/check
|
||||
TEST_VARS= TEST_TARGET=check
|
||||
TEST_TEST_TARGET= check
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,mdb_init,mdb_get_version,' \
|
||||
|
@ -24,7 +24,8 @@ USE_LDCONFIG= yes
|
||||
OPTIONS_DEFINE= TEST
|
||||
|
||||
TEST_LIB_DEPENDS= libcheck.so:devel/check
|
||||
TEST_VARS= TEST_TARGET=check TEST_WRKSRC=${WRKSRC}/tests
|
||||
TEST_TEST_TARGET= check
|
||||
TEST_WRKSRC= ${WRKSRC}/tests
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/scew_print/scew_print ${STAGEDIR}${PREFIX}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user