diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-21 07:58:06 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-21 07:58:06 +0800 |
commit | 8c53a911b8e48b00f1d1d900a10d3d1fc5d7e2d4 (patch) | |
tree | e634339aadab8097057fad9f75fc7c34ba0f6036 /databases | |
parent | 945441cf85e66f00cd3c2c75149096e39ff0b778 (diff) | |
download | freebsd-ports-gnome-8c53a911b8e48b00f1d1d900a10d3d1fc5d7e2d4.tar.gz freebsd-ports-gnome-8c53a911b8e48b00f1d1d900a10d3d1fc5d7e2d4.tar.zst freebsd-ports-gnome-8c53a911b8e48b00f1d1d900a10d3d1fc5d7e2d4.zip |
- Relocate bsd.port.pre.mk inclusion (fix the previous) commit
Reported by: freshports, dvl
Approved by: maintainer (implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-workbench51/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk> + .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 <bsd.port.pre.mk> USE_MYSQL= client IGNORE_WITH_MYSQL= 323 40 41 |