diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:53:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:53:38 +0000 |
commit | 012621ca47a04f6b599881904abdfce42e0aeb64 (patch) | |
tree | 28b87d32725034813e4d942efc1bb14479a6de25 /korean | |
parent | 5743712b3dfcfacb272cb7492a82c59a5b460847 (diff) | |
download | ports-012621ca47a04f6b599881904abdfce42e0aeb64.tar.gz ports-012621ca47a04f6b599881904abdfce42e0aeb64.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 3 | ||||
-rw-r--r-- | korean/eterm/Makefile | 3 | ||||
-rw-r--r-- | korean/kaistfonts/Makefile | 2 | ||||
-rw-r--r-- | korean/scim-tables/Makefile | 3 |
4 files changed, 4 insertions, 7 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 9b95c7444096..a2d02d094a9d 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -16,8 +16,7 @@ COMMENT= Well-known Korean X11 Input Method LICENSE= GPLv2 -USES= iconv -USE_GMAKE= yes +USES= iconv gmake USE_GNOME= gtk12 gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes diff --git a/korean/eterm/Makefile b/korean/eterm/Makefile index 41778c2ffc67..7d38f13e3aba 100644 --- a/korean/eterm/Makefile +++ b/korean/eterm/Makefile @@ -14,9 +14,8 @@ COMMENT= X11 terminal emulator based on rxvt/xterm that supports korean RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts -USES= perl5 +USES= perl5 gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_XORG= x11 xext ice sm xt USE_GNOME= imlib USE_LDCONFIG= yes diff --git a/korean/kaistfonts/Makefile b/korean/kaistfonts/Makefile index bcb50d47b05f..1d8dce1acceb 100644 --- a/korean/kaistfonts/Makefile +++ b/korean/kaistfonts/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -USE_GMAKE= yes +USES= gmake NO_WRKSUBDIR= yes MAKE_ENV= DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}" diff --git a/korean/scim-tables/Makefile b/korean/scim-tables/Makefile index b3f49b15acdc..850d310c2c4d 100644 --- a/korean/scim-tables/Makefile +++ b/korean/scim-tables/Makefile @@ -13,9 +13,8 @@ COMMENT= SCIM table based Korean input methods BUILD_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:${PORTSDIR}/textproc/scim-table-imengine -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gmake NO_STAGE= yes .include <bsd.port.pre.mk> |