From 8c53a911b8e48b00f1d1d900a10d3d1fc5d7e2d4 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 20 Jul 2009 23:58:06 +0000 Subject: - Relocate bsd.port.pre.mk inclusion (fix the previous) commit Reported by: freshports, dvl Approved by: maintainer (implicit) --- databases/mysql-workbench51/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile index 837519c50124..ab01e4198c95 100644 --- a/databases/mysql-workbench51/Makefile +++ b/databases/mysql-workbench51/Makefile @@ -41,6 +41,8 @@ USE_GNOME= libglade2 intltool libgnome gtk20 pango orbit2 USE_LUA= 5.1 LUA_COMPS= lua +.include + .if ${OSVERSION} < 700000 BROKEN= does not build on 6.x .endif @@ -56,7 +58,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} GNU_CONFIGURE= yes CONFIGURE_ENV= GNOME2_DIR="${LOCALBASE}" LDFLAGS="${LDFLAGS}" LUA_LIBS="-llua" -.include USE_MYSQL= client IGNORE_WITH_MYSQL= 323 40 41 -- cgit