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/fcitx-hangul | |
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/fcitx-hangul')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index f92756c4b1f3..c4e586eece61 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -24,4 +24,5 @@ INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl +NO_STAGE= yes .include <bsd.port.mk> |