diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:49:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:49:59 +0000 |
commit | 6a9fcfc6bd61ba898fd1778c1da32be56b5904c3 (patch) | |
tree | 767f2803f6c6af410144e76a9efd9b7564dac8ad /korean/gtkcomm | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: korean)
Notes
Notes:
svn path=/head/; revision=327739
Diffstat (limited to 'korean/gtkcomm')
-rw-r--r-- | korean/gtkcomm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index dac30f53f9da..e62f7ba4a95d 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -19,6 +19,7 @@ USE_PERL5= build USE_GNOME= glib20 gtk20 GNU_CONFIGURE= yes +NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -e 's|-lc_r||; s|DATADIRNAME=lib|DATADIRNAME=share|g' \ ${WRKSRC}/configure |