aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2019-07-04 20:12:21 +0800
committerdanfe <danfe@FreeBSD.org>2019-07-04 20:12:21 +0800
commit521501a6d453a1d1d61aea3db9f34cc19218232c (patch)
tree0c19eb00659460d0addd6839ca146edf0cc1412a /lang
parenta0d1f225de651935fccbc9a87cecd60074f3687d (diff)
downloadfreebsd-ports-gnome-521501a6d453a1d1d61aea3db9f34cc19218232c.tar.gz
freebsd-ports-gnome-521501a6d453a1d1d61aea3db9f34cc19218232c.tar.zst
freebsd-ports-gnome-521501a6d453a1d1d61aea3db9f34cc19218232c.zip
- Allow to build with PostgreSQL database support
- Unbreak the build and packaging with LIBAPL option
Diffstat (limited to 'lang')
-rw-r--r--lang/gnu-apl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/gnu-apl/Makefile b/lang/gnu-apl/Makefile
index 56fbdae6518f..ee653dcad255 100644
--- a/lang/gnu-apl/Makefile
+++ b/lang/gnu-apl/Makefile
@@ -24,10 +24,11 @@ INSTALL_TARGET= install-strip
INFO= apl libapl
PORTDOCS= *
-OPTIONS_DEFINE= DOCS GTK3 LIBAPL PCRE SQLITE
+OPTIONS_DEFINE= DOCS GTK3 LIBAPL PCRE PGSQL SQLITE
OPTIONS_SUB= yes
LIBAPL_DESC= Build libapl.so instead of executable
+LIBAPL_CONFIGURE_WITH= libapl
GTK3_USES= pkgconfig gnome
GTK3_USE= GNOME=gtk30
@@ -36,6 +37,9 @@ GTK3_CONFIGURE_WITH= gtk3
PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
PCRE_CONFIGURE_WITH= pcre=${LOCALBASE}
+PGSQL_USES= pgsql
+PGSQL_CONFIGURE_WITH= postgresql
+
SQLITE_USES= sqlite:3
SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE}
2007-05-201-1/+1 * BROKEN: Incorrect objformat handlingkris2007-04-221-1/+7 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+1 * Use new GTK2_VERSION macro.marcus2006-05-061-2/+2 * Conversion to a single libtool environment.ade2006-02-232-2/+3 * SHA256ifyedwin2006-01-241-0/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Use libtool15 instead of libtool13. Fix pkg-plist to pacify pointyhat[1].philip2005-02-222-3/+1 * Add forgotten items to pkg-plists.philip2004-12-221-0/+2 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1 * - Populate new category x11-themes with some suitable candidatespav2004-06-021-1/+1 * Adjust the gtk20 path for modules, themes, and input methods to catch upmarcus2004-04-051-1/+1 * Change the last remaining references to philip@paeps.cx to philip@FreeBSD.org.philip2004-03-311-1/+1 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Add the files dir.marcus2003-04-081-0/+10 * Add gtk-flat-theme2 after a repo copy from gtk-flat-theme.marcus2003-04-084-19/+24 * De-pkg-comment.knu2003-02-212-1/+1 * Update after MASTER_SITE_THEMES move to freshmeat. New subdir structurearved2003-02-152-5/+5 * Change WWW URL.nork2003-02-041-1/+1 * Release to the wild.sobomax2003-01-201-1/+1