diff options
author | cjh <cjh@FreeBSD.org> | 2000-07-18 05:01:34 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-07-18 05:01:34 +0800 |
commit | 68cf4b7a27846d8a015df62ebb728f43874313ff (patch) | |
tree | 1f2bb40b98a4625225ab1d4d50733cb308ac02f5 /korean/hanterm-xf86/Makefile | |
parent | f2a1c3e2b1115bea61851244e61e9082cf4bdf99 (diff) | |
download | freebsd-ports-gnome-68cf4b7a27846d8a015df62ebb728f43874313ff.tar.gz freebsd-ports-gnome-68cf4b7a27846d8a015df62ebb728f43874313ff.tar.zst freebsd-ports-gnome-68cf4b7a27846d8a015df62ebb728f43874313ff.zip |
Clean up ports.
- MAINTAINER line changed.
- unnecessasry CONFIGURE_ARGS option removed.
- patches/patch-aa removed, CONFIGURE_ENV added instead.
- pkg/PLIST sorted.
Diffstat (limited to 'korean/hanterm-xf86/Makefile')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index 5cf7e4ee4174..d78c68b6102d 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -12,14 +12,14 @@ MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ PKGNAMESUFFIX= -xf DISTNAME= hanterm-xf-p18 -MAINTAINER= cjh@kr.freebsd.org +MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-x --build=i386--freebsd --prefix=${PREFIX} \ - --enable-16-color +CONFIGURE_ARGS+= --with-x --enable-16-color +CONFIGURE_ENV+= LIBS="-lxpg4" NO_INSTALL_MANPAGES= yes post-install: |