diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-16 19:32:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-16 19:32:03 +0000 |
commit | 4dbbbcde23b807c14394f49d7d6f4c1e88781cd6 (patch) | |
tree | 0988db15e9ec23e1697dec63ae38ac771936849c /databases/mysql-gui | |
parent | Update to 1.2. (diff) |
- Fix Makefile syntax for older versions of make, like 4.8-RELEASE
PR: ports/60288
Reported by: parv <parv@pair.com>
Notes
Notes:
svn path=/head/; revision=95959
Diffstat (limited to 'databases/mysql-gui')
-rw-r--r-- | databases/mysql-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql-gui/Makefile b/databases/mysql-gui/Makefile index a00f42ddb240..53917da4adff 100644 --- a/databases/mysql-gui/Makefile +++ b/databases/mysql-gui/Makefile @@ -43,7 +43,7 @@ NEW_FILES= Fl_Editor.H editengine.h .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 500000) +.if ${OSVERSION} >= 500000 BROKEN= Does not build .endif |