Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 13:53:00 +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: r332993 - head/lang/gcl
Message-ID:  <201311061353.rA6Dr0mH096484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Nov  6 13:52:59 2013
New Revision: 332993
URL: http://svnweb.freebsd.org/changeset/ports/332993

Log:
  - Convert to USES=tk gmake

Modified:
  head/lang/gcl/Makefile

Modified: head/lang/gcl/Makefile
==============================================================================
--- head/lang/gcl/Makefile	Wed Nov  6 13:43:12 2013	(r332992)
+++ head/lang/gcl/Makefile	Wed Nov  6 13:52:59 2013	(r332993)
@@ -14,20 +14,15 @@ LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
 
 ONLY_FOR_ARCHS=	i386
 
-USES=		readline
+USES=		readline gmake tk
 USE_XORG=	x11
-USE_TCL_BUILD=	yes
-USE_TCL=	yes
-USE_TK_BUILD=	yes
-USE_TK=		yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--prefix=${PREFIX} \
 	--enable-ansi \
 	--enable-machine=FreeBSD \
 	--enable-info=${PREFIX}/info \
-	--enable-tkconfig=${LOCALBASE}/lib/tk${TCL_VER} \
-	--enable-tclconfig=${LOCALBASE}/lib/tcl${TCL_VER} \
+	--enable-tkconfig=${TK_LIBDIR} \
+	--enable-tclconfig=${TCL_LIBDIR} \
 	--with-x \
 	--disable-dlopen \
 	--disable-dynsysbfd \



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