diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 18:53:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 18:53:05 +0000 |
commit | 92e8609017ea32d28c391beeb63d7cab840936ed (patch) | |
tree | 6e60bf5038fe4b346d11bd2fb89ce70e64a013e2 /benchmarks/gtkperf/Makefile | |
parent | Put a copy of the eplaser distfile into my public_distfiles (diff) |
- Attempt to fix build on 4.X
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=162959
Diffstat (limited to '')
-rw-r--r-- | benchmarks/gtkperf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile index 05b9ac882f05..6b2642e41578 100644 --- a/benchmarks/gtkperf/Makefile +++ b/benchmarks/gtkperf/Makefile @@ -20,6 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix USE_X_PREFIX= yes +USE_GETOPT_LONG= yes .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |