svn commit: r405720 - head/lang/harbour

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 10 16:42:08 UTC 2016


Author: bapt
Date: Sun Jan 10 16:42:07 2016
New Revision: 405720
URL: https://svnweb.freebsd.org/changeset/ports/405720

Log:
  Fix build with postgresql, convert to USES=firebird

Modified:
  head/lang/harbour/Makefile

Modified: head/lang/harbour/Makefile
==============================================================================
--- head/lang/harbour/Makefile	Sun Jan 10 16:31:33 2016	(r405719)
+++ head/lang/harbour/Makefile	Sun Jan 10 16:42:07 2016	(r405720)
@@ -86,6 +86,9 @@ MAKE_ENV=	HB_ARCHITECTURE=${HB_ARCH} \
 		HB_USER_CFLAGS=${HB_USER_CFLAGS} \
 		HB_USER_LDFLAGS=${HB_USER_LDFLAGS}
 
+PGSQL_USES=	pgsql
+FIREBIRD_USES=	firebird
+
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
@@ -95,7 +98,6 @@ MAKE_ENV+=	HB_INSTALL_DOC=no
 .endif
 
 .if ${PORT_OPTIONS:MFIREBIRD}
-USE_FIREBIRD=	yes
 MAKE_ENV+=	HB_WITH_FIREBIRD=nolocal
 .else
 MAKE_ENV+=	HB_WITH_FIREBIRD=no
@@ -118,7 +120,6 @@ MAKE_ENV+=	HB_WITH_MYSQL=no
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-USES+=		pgsql
 MAKE_ENV+=	HB_WITH_PGSQL=nolocal
 .else
 MAKE_ENV+=	HB_WITH_PGSQL=no


More information about the svn-ports-head mailing list