diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-02-06 11:56:36 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-02-06 11:56:36 +0000 |
commit | b393f3e2d6871a7fec150548a0647e9491d1b04f (patch) | |
tree | ecca0dfceb66f602d413895c2adb838547b6e593 /korean | |
parent | 4e399e0e35e2bfe3d39718f3cfe88fcbab560f38 (diff) | |
download | ports-b393f3e2d6871a7fec150548a0647e9491d1b04f.tar.gz ports-b393f3e2d6871a7fec150548a0647e9491d1b04f.zip |
- Remove USE_REINPLACE
- Fix IGNORE line
- Pacify portlint
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
PR: ports/92374
Notes
Notes:
svn path=/head/; revision=155318
Diffstat (limited to 'korean')
-rw-r--r-- | korean/iiimf-le-hangul/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/korean/iiimf-le-hangul/Makefile b/korean/iiimf-le-hangul/Makefile index 7deda2dd563e..57cb2c94aa0b 100644 --- a/korean/iiimf-le-hangul/Makefile +++ b/korean/iiimf-le-hangul/Makefile @@ -12,7 +12,6 @@ CATEGORIES= korean textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- DISTNAME= iiimf-src-${PORTVERSION} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= ozawa@ongs.co.jp COMMENT= IIIMF Hangul input method engine @@ -22,7 +21,6 @@ RUN_DEPENDS= iiimd:${PORTSDIR}/textproc/iiimf-server ONLY_FOR_ARCHS= i386 USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env @@ -34,11 +32,11 @@ BUILDDIR= ${WRKSRC}/leif .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 -IGNORE= It is supported on FreeBSD 5.3 and later. +IGNORE= is supported on FreeBSD 5.3 and later only .endif CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: |