Skip to content

Commit

Permalink
lang/expect: Add tcl:wrapper USES flag
Browse files Browse the repository at this point in the history
expect_unbuffer requires tcl:wrapper USES flag.

PR:		276939
Approved by:	tcltk via gahr (maintainer)
  • Loading branch information
ehaupt committed Feb 10, 2024
1 parent 9827cd5 commit f351b69
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions lang/expect/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= expect
PORTVERSION= 5.45.4
PORTREVISION= 5
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= lang tcl tk
MASTER_SITES= SF/${PORTNAME}/Expect/${PORTVERSION}
Expand All @@ -13,14 +13,17 @@ WWW= https://expect.sourceforge.net
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/license.terms

USES= tcl:tea autoreconf
USES= autoreconf tcl:tea,wrapper
USE_LDCONFIG= ${LOCALBASE}/lib/${DISTNAME}

MAKE_ENV+= STRIPPROG=${STRIP_CMD}
TEST_TARGET= test

SUB_FILES+= pkg-message

WRKSRC= ${WRKDIR}/${DISTNAME}

PLIST_SUB+= PORTVERSION=${PORTVERSION}
SUB_FILES+= pkg-message
TEST_TARGET= test
MAKE_ENV+= STRIPPROG=${STRIP_CMD}

post-install:
${LN} -sf ${DISTNAME}/lib${DISTNAME}.so \
Expand Down

0 comments on commit f351b69

Please sign in to comment.