diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 20:53:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 20:53:38 +0800 |
commit | a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e (patch) | |
tree | 28b87d32725034813e4d942efc1bb14479a6de25 /korean/ami | |
parent | 2e97fe4096e086f33c5edcf38fd415536c6abd16 (diff) | |
download | freebsd-ports-gnome-a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e.tar.gz freebsd-ports-gnome-a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e.tar.zst freebsd-ports-gnome-a290005bf4c57ba0d4cb4bc80bef1edc57e5c95e.zip |
- Convert gmake to USES
Approved by: portmgr
Diffstat (limited to 'korean/ami')
-rw-r--r-- | korean/ami/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |