diff options
author | vs <vs@FreeBSD.org> | 2005-03-09 02:12:51 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-09 02:12:51 +0800 |
commit | 16fac7b295d9ca64f0cf9cf952e71b95df3eab3a (patch) | |
tree | 0668c0f46bbb1198c4838f24d0465434b4045029 /databases | |
parent | b0d8164e56c5690320284228eee6d939518a0bf5 (diff) | |
download | freebsd-ports-gnome-16fac7b295d9ca64f0cf9cf952e71b95df3eab3a.tar.gz freebsd-ports-gnome-16fac7b295d9ca64f0cf9cf952e71b95df3eab3a.tar.zst freebsd-ports-gnome-16fac7b295d9ca64f0cf9cf952e71b95df3eab3a.zip |
Unbreak on 4.x by setting USE_GETOPT_LONG
Diffstat (limited to 'databases')
-rw-r--r-- | databases/wmjsql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/wmjsql/Makefile b/databases/wmjsql/Makefile index 3c56d07bc6aa..b615598e4d79 100644 --- a/databases/wmjsql/Makefile +++ b/databases/wmjsql/Makefile @@ -18,6 +18,7 @@ USE_MYSQL= yes USE_GMAKE= yes USE_REINPLACE= yes USE_X_PREFIX= yes +USE_GETOPT_LONG= yes USE_XPM= yes ALL_TARGET= clean all |