aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2019-07-08 11:28:25 +0800
committerdanfe <danfe@FreeBSD.org>2019-07-08 11:28:25 +0800
commit4af5fbf78549ec50eeb1d524560758fdc158f78f (patch)
tree7397edd23808eb4fcab12a8a40e76f0b12c44f60 /lang
parent3e13626fc4d7438a63d1da26a8bf33348122e248 (diff)
downloadfreebsd-ports-gnome-4af5fbf78549ec50eeb1d524560758fdc158f78f.tar.gz
freebsd-ports-gnome-4af5fbf78549ec50eeb1d524560758fdc158f78f.tar.zst
freebsd-ports-gnome-4af5fbf78549ec50eeb1d524560758fdc158f78f.zip
Do not use LIBAPL_CONFIGURE_WITH and only add --with-libapl flag when the
LIBAPL option is selected. For some reason, configure script thinks that libapl.so is wanted when --without-libapl passed down on it. Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r--lang/gnu-apl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnu-apl/Makefile b/lang/gnu-apl/Makefile
index ee653dcad255..e59a94e105da 100644
--- a/lang/gnu-apl/Makefile
+++ b/lang/gnu-apl/Makefile
@@ -28,7 +28,8 @@ OPTIONS_DEFINE= DOCS GTK3 LIBAPL PCRE PGSQL SQLITE
OPTIONS_SUB= yes
LIBAPL_DESC= Build libapl.so instead of executable
-LIBAPL_CONFIGURE_WITH= libapl
+# XXX: LIBAPL_CONFIGURE_WITH won't work for some reason
+LIBAPL_CONFIGURE_ON= --with-libapl
GTK3_USES= pkgconfig gnome
GTK3_USE= GNOME=gtk30
g-descr based on rubygems.org Homepage meta infopgollucci2010-10-201-1/+1 * - Prep ruby Rails 3pgollucci2010-09-022-4/+4 * - Notes about updating this port and breaking lots of other rubygem-* related...pgollucci2010-08-261-0/+7 * - revert to 1.1.0clsung2010-08-172-5/+5 * - Update to 1.2.1clsung2010-08-162-4/+4 * - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portspgollucci2010-05-271-1/+1 * - Update www/rubygem-rack to 1.1.0pgollucci2010-05-262-4/+4 * - Re-assign all my rubygem-* ports to ruby@pgollucci2010-04-281-1/+1 * - Rollback to 1.0.1, update breaks rails and action*pgollucci2010-01-132-4/+5 * - pick up maintainershippgollucci2010-01-131-1/+1 * - Ugprade to 1.1.0.kuriyama2010-01-112-4/+4 * Upgrade to 1.0.0.kuriyama2009-04-262-4/+4 * - convert to RUBYGEM_AUTOPLISTpgollucci2009-04-091-9/+2