aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-09-06 21:32:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-09-06 21:32:57 +0800
commit16df22dffe52bed229077cfe7a454e9840888341 (patch)
tree0f91b685c616dd9c8150d6e71359d2cb2e167bcc /devel
parent87178189d904e6880cf788ce649d920efb5b2dd9 (diff)
downloadfreebsd-ports-gnome-16df22dffe52bed229077cfe7a454e9840888341.tar.gz
freebsd-ports-gnome-16df22dffe52bed229077cfe7a454e9840888341.tar.zst
freebsd-ports-gnome-16df22dffe52bed229077cfe7a454e9840888341.zip
- Fix configure handling, this is not really a GNU configure
PR: 212075 Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/poco-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/poco-devel/Makefile b/devel/poco-devel/Makefile
index bb4782a3361e..82a93d38bba1 100644
--- a/devel/poco-devel/Makefile
+++ b/devel/poco-devel/Makefile
@@ -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