pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(cad/tkgate) clean up, remove unnecessary lines



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Sat Mar 1 20:18:16 2025 +0900
Changeset:	cbc730475050f70baabbfbbc0f166daa64771665

Modified Files:
	tkgate/Makefile

Log Message:
(cad/tkgate) clean up, remove unnecessary lines

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cbc730475050f70baabbfbbc0f166daa64771665

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tkgate/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/tkgate/Makefile b/tkgate/Makefile
index 069d972b73..6a48c71806 100644
--- a/tkgate/Makefile
+++ b/tkgate/Makefile
@@ -13,14 +13,12 @@ LICENSE=	gnu-gpl-v2
 
 TOOL_DEPENDS+=		libiconv-[0-9]*:../../converters/libiconv
 
-#SE_IMAKE=		yes
-USE_TOOLS+=		gm4 bison autoconf pkg-config
+USE_TOOLS+=		gm4 bison autoconf
 
 TKGATE_SITENAME=	Earth
 
 CONFIGURE_ENV+=		BUILDLINK_LDFLAGS=${BUILDLINK_LDFLAGS:Q}
 CONFIGURE_ENV+=		LOCALBASE=${PREFIX}
-#ONFIGURE_ENV+=		DESTDIR=${DESTDIR}
 
 SUBST_CLASSES+=		prefix
 SUBST_MESSAGE.prefix=	Fixing paths to find tclConfig.sh, man page
@@ -28,8 +26,6 @@ SUBST_STAGE.prefix=	pre-configure
 SUBST_FILES.prefix=	configure.ac acinclude.m4
 SUBST_VARS.prefix=	PREFIX
 
-#KGCONFIG_OVERRIDE+=	tcl.pc.in
-
 pre-configure:
 	(cd ${WRKSRC}; ./autogen.sh)
 


Home | Main Index | Thread Index | Old Index