pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/imhangul Simplify Makefile by combining US...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f03ed4a222a7
branches:  trunk
changeset: 474463:f03ed4a222a7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 30 00:39:41 2004 +0000

description:
Simplify Makefile by combining USE_LIBTOOL and SHLIBTOOL_OVERRIDE into
USE_SHLIBTOOL.

diffstat:

 inputmethod/imhangul/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r fe02d9886831 -r f03ed4a222a7 inputmethod/imhangul/Makefile
--- a/inputmethod/imhangul/Makefile     Fri Apr 30 00:06:42 2004 +0000
+++ b/inputmethod/imhangul/Makefile     Fri Apr 30 00:39:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/29 23:00:14 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/30 00:39:41 minskim Exp $
 
 DISTNAME=      imhangul-0.9.9
 PKGREVISION=   1
@@ -12,8 +12,7 @@
 
 USE_BUILDLINK3=                YES
 GNU_CONFIGURE=         YES
-USE_LIBTOOL=           YES
-SHLIBTOOL_OVERRIDE=    libtool
+USE_SHLIBTOOL=         YES
 GTK2_IMMODULES=                YES
 
 .include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index