diff options
author | pav <pav@FreeBSD.org> | 2006-05-22 02:53:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-22 02:53:05 +0800 |
commit | 1351922370c26a612398e6d17b15baa0d968bf23 (patch) | |
tree | 9f675af1f0ad44ee2d3cdd32f231329bf42966e8 /benchmarks | |
parent | c63de6cb5b025aee41a8b2b268e22f0f3b10b64b (diff) | |
download | freebsd-ports-gnome-1351922370c26a612398e6d17b15baa0d968bf23.tar.gz freebsd-ports-gnome-1351922370c26a612398e6d17b15baa0d968bf23.tar.zst freebsd-ports-gnome-1351922370c26a612398e6d17b15baa0d968bf23.zip |
- Attempt to fix build on 4.X
Reported by: krismail
Diffstat (limited to 'benchmarks')
-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 |