diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-24 06:38:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-24 06:38:15 +0000 |
commit | 196e09871b0b8c267a4412afde1096c016d48f8f (patch) | |
tree | 3a1c83a65820e9c464b44c4d27932db30a3c984c | |
parent | Don't mark BROKEN on amd64, since libsupc++ is no more used. (diff) |
Add a missing USE_GETTEXT.
Reported by: dosirak via kris
Notes
Notes:
svn path=/head/; revision=154317
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 9962b3725107..e00e9f461568 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -19,6 +19,7 @@ COMMENT= Backend system admin scripts for gnome-system-tools USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes +USE_GETTEXT= yes PREFIX?= ${X11BASE} USE_GNOME= gnomehack gnometarget intlhack GNU_CONFIGURE= yes |