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