aboutsummaryrefslogtreecommitdiff
path: root/lang/gnu-apl
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-07-08 03:28:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-07-08 03:28:25 +0000
commitb81bff4189758ebeb6e665328d8cdd80693d1064 (patch)
tree7397edd23808eb4fcab12a8a40e76f0b12c44f60 /lang/gnu-apl
parent825cdd64f41480b0d803d73044dd4a9fbbd54235 (diff)
Notes
Diffstat (limited to 'lang/gnu-apl')
-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