- Use USES=tk

- While I'm here, add NO_STAGE=yes

PR:		ports/182249
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-09-22 05:32:06 +00:00
parent 42e95365f8
commit c75a425c87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327849
2 changed files with 3 additions and 5 deletions

View File

@ -15,8 +15,7 @@ LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk
NO_BUILD= yes
HAS_CONFIGURE= yes
USE_TCL= 84+
USE_TK= 84+
USES= tk
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tcl=${TCL_LIBDIR} \
--with-tk=${TK_LIBDIR} \
@ -24,6 +23,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
SUB_LIST= IWIDGETS=${DISTNAME}
SUB_FILES= pkg-message
PLIST_SUB= IWIDGETS=${DISTNAME}
NO_STAGE= yes
PORTDOCS= CHANGES ChangeLog README iwidgets.ps
@ -41,7 +41,6 @@ MANN= iwidgets_buttonbox.n iwidgets_calendar.n iwidgets_canvasprintbox.n iwidget
iwidgets_spintime.n iwidgets_tabnotebook.n iwidgets_tabset.n iwidgets_timeentry.n iwidgets_timefield.n \
iwidgets_toolbar.n iwidgets_watch.n
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's,^MKINSTALLDIRS =.*,MKINSTALLDIRS=${MKDIR},' \
-e 's,^INSTALL =.*,INSTALL=${INSTALL} -c,' \

View File

@ -3,5 +3,4 @@ Widgets] is a companion to [incr Tk] and provides a widget set, with
many improved widgets. The [incr Widgets] collection is also known as
``iwidgets'' or "mega-widgets".
WWW: http://sourceforge.net/projects/incrtcl/
pauls@utdallas.edu
WWW: http://sourceforge.net/projects/incrtcl/