Use MODDULES, Tcl/Tk 8.5.

Thanks to sthen@

ok landry, sthen@
This commit is contained in:
stu 2013-02-01 15:20:36 +00:00
parent 5e41f86f8e
commit 8caa4814a1
3 changed files with 7 additions and 16 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2010/11/19 07:23:11 espie Exp $
# $OpenBSD: Makefile,v 1.12 2013/02/01 15:20:36 stu Exp $
COMMENT= publishing and presentation tool
VERSION= 1.1b9
DISTNAME= impress-${VERSION}
REVISION= 0
DISTFILES= imp${VERSION}.tar.gz
CATEGORIES= misc
@ -18,8 +19,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= x11/tk/8.4
MODULES= x11/tk
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
NO_REGRESS= Yes
pre-configure:
@${MODTCL_WISH_ADJ} ${WRKSRC}/src/impress.tcl
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
MD5 (imp1.1b9.tar.gz) = RvCfJu0Db17EkWkzkChd7A==
RMD160 (imp1.1b9.tar.gz) = Lw1J2QuqHJLt9WS/FjFHZ5xMuvQ=
SHA1 (imp1.1b9.tar.gz) = c9POadLTGvC45r+zgl680vUZAkw=
SHA256 (imp1.1b9.tar.gz) = PnOoaPDPXrPSHRKkChQPI0XNmdV1yNxyWVR+lbmRrbE=
SIZE (imp1.1b9.tar.gz) = 1334533

View File

@ -1,11 +0,0 @@
--- src/impress.tcl.orig Fri Jun 29 10:21:58 2001
+++ src/impress.tcl Fri Jun 29 10:22:10 2001
@@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# restart trick \
-exec wish "$0" "$@"
+exec wish8.4 "$0" "$@"
option add *Radiobutton*borderWidth 1
option add *Button*borderWidth 1