aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-07-08 11:28:25 +0800
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-07-08 11:28:25 +0800
commitb81bff4189758ebeb6e665328d8cdd80693d1064 (patch)
tree7397edd23808eb4fcab12a8a40e76f0b12c44f60 /lang
parent825cdd64f41480b0d803d73044dd4a9fbbd54235 (diff)
downloadfreebsd-ports-gnome-b81bff4189758ebeb6e665328d8cdd80693d1064.tar.gz
freebsd-ports-gnome-b81bff4189758ebeb6e665328d8cdd80693d1064.tar.zst
freebsd-ports-gnome-b81bff4189758ebeb6e665328d8cdd80693d1064.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