Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 13:32:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421425 - head/devel/poco-devel
Message-ID:  <201609061332.u86DWvUo052062@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  6 13:32:57 2016
New Revision: 421425
URL: https://svnweb.freebsd.org/changeset/ports/421425

Log:
  - Fix configure handling, this is not really a GNU configure
  
  PR:		212075
  Approved by:	portmgr blanket

Modified:
  head/devel/poco-devel/Makefile

Modified: head/devel/poco-devel/Makefile
==============================================================================
--- head/devel/poco-devel/Makefile	Tue Sep  6 13:30:48 2016	(r421424)
+++ head/devel/poco-devel/Makefile	Tue Sep  6 13:32:57 2016	(r421425)
@@ -36,8 +36,8 @@ OPTIONS_RADIO=	ODBC
 OPTIONS_RADIO_ODBC=	UODBC IODBC
 ODBC_DESC=	ODBC Driver
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--config=FreeBSD --unbundled --no-tests --no-samples
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--config=FreeBSD --unbundled --no-tests --no-samples --prefix="${PREFIX}"
 USES=		gmake
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061332.u86DWvUo052062>