diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 12:06:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 12:06:59 +0800 |
commit | 27760a7a0f6ea543d2744d2061e94d9ecbcf9d43 (patch) | |
tree | 8b8b7f3894769023d6c407b4c76013c5bfd007a2 /editors/gnotepad+ | |
parent | 818acba7af14ea1eeac98c726d363b0d3bf0228b (diff) | |
download | freebsd-ports-gnome-27760a7a0f6ea543d2744d2061e94d9ecbcf9d43.tar.gz freebsd-ports-gnome-27760a7a0f6ea543d2744d2061e94d9ecbcf9d43.tar.zst freebsd-ports-gnome-27760a7a0f6ea543d2744d2061e94d9ecbcf9d43.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r-- | editors/gnotepad+/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 67d98b0be45b..884ba2c2544b 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -21,6 +21,7 @@ COMMENT= Simple GTK-based text/HTML editor DOCVERSION= 1.2.0 +USE_GETTEXT= yes USE_X_PREFIX= yes USE_REINPLACE= yes USE_XPM= yes |