diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
commit | e1598249298974c6e8c61c34d927acabee345542 (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /korean | |
parent | 422e3bda8bd3eb5d0b4737e335fd434883fbc44f (diff) | |
download | ports-e1598249298974c6e8c61c34d927acabee345542.tar.gz ports-e1598249298974c6e8c61c34d927acabee345542.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 2 | ||||
-rw-r--r-- | korean/ibus-hangul/Makefile | 2 | ||||
-rw-r--r-- | korean/imhangul/Makefile | 2 | ||||
-rw-r--r-- | korean/libhangul/Makefile | 2 | ||||
-rw-r--r-- | korean/nabi/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index de73a322df5c..4db98161901d 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -27,7 +27,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile index ba3a4f0ee348..7f77d70d46bb 100644 --- a/korean/ibus-hangul/Makefile +++ b/korean/ibus-hangul/Makefile @@ -31,7 +31,7 @@ USE_PYTHON= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" diff --git a/korean/imhangul/Makefile b/korean/imhangul/Makefile index a0f340a6817a..3696df45cdf3 100644 --- a/korean/imhangul/Makefile +++ b/korean/imhangul/Makefile @@ -25,7 +25,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile index d81a88422486..0d31e85f7396 100644 --- a/korean/libhangul/Makefile +++ b/korean/libhangul/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index 8dea3eae579c..32e47ee33b52 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gnomeprefix gnomehack gtk20 GNU_CONFIGURE= yes .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" |