Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2017 11:42:47 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452515 - head/lang/smalltalk
Message-ID:  <201710201142.v9KBglqZ020233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Fri Oct 20 11:42:47 2017
New Revision: 452515
URL: https://svnweb.freebsd.org/changeset/ports/452515

Log:
  lang/smalltalk: remove TK option

Modified:
  head/lang/smalltalk/Makefile
  head/lang/smalltalk/pkg-plist

Modified: head/lang/smalltalk/Makefile
==============================================================================
--- head/lang/smalltalk/Makefile	Fri Oct 20 11:17:56 2017	(r452514)
+++ head/lang/smalltalk/Makefile	Fri Oct 20 11:42:47 2017	(r452515)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smalltalk
 PORTVERSION=	3.2.5
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	lang
 MASTER_SITES=	GNU
 
@@ -15,11 +15,9 @@ BUILD_DEPENDS=	zip:archivers/zip \
 LIB_DEPENDS=	libgdbm.so:databases/gdbm \
 		libcairo.so:graphics/cairo
 
-OPTIONS_DEFINE=	TK PGSQL SDL
-OPTIONS_DEFAULT=TK PGSQL SDL
+OPTIONS_DEFINE=	PGSQL SDL
+OPTIONS_DEFAULT=PGSQL SDL
 OPTIONS_SUB=	yes
-TK_USES=	tk:84
-TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/tcl8.4 tk=${LOCALBASE}/lib/tk8.4
 PGSQL_USES=	pgsql
 SDL_USE=	SDL=image,mixer,sdl,sound,ttf
 

Modified: head/lang/smalltalk/pkg-plist
==============================================================================
--- head/lang/smalltalk/pkg-plist	Fri Oct 20 11:17:56 2017	(r452514)
+++ head/lang/smalltalk/pkg-plist	Fri Oct 20 11:42:47 2017	(r452515)
@@ -16,9 +16,6 @@ lib/libgst.a
 lib/libgst.so
 lib/libgst.so.7
 lib/libgst.so.7.1.3
-%%TK%%lib/smalltalk/blox-tk-%%VERSION%%.so
-%%TK%%lib/smalltalk/blox-tk.a
-%%TK%%lib/smalltalk/blox-tk.so
 lib/smalltalk/dbd-sqlite3-%%VERSION%%.so
 lib/smalltalk/dbd-sqlite3.a
 lib/smalltalk/dbd-sqlite3.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710201142.v9KBglqZ020233>