diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:49:59 +0800 |
commit | bda0731e15b488d4471a84dbcaf761830ec6f6d5 (patch) | |
tree | 767f2803f6c6af410144e76a9efd9b7564dac8ad /korean/libhangul | |
parent | d504b9331c770aa06bf37defab28eb4df185c89c (diff) | |
download | freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.tar.gz freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.tar.zst freebsd-ports-gnome-bda0731e15b488d4471a84dbcaf761830ec6f6d5.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
Diffstat (limited to 'korean/libhangul')
-rw-r--r-- | korean/libhangul/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile index 3a34eb869af9..4701281ed65d 100644 --- a/korean/libhangul/Makefile +++ b/korean/libhangul/Makefile @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= iconv pkgconfig +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |