svn commit: r460668 - head/editors/lazarus
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Fri Feb 2 05:43:43 UTC 2018
Author: acm
Date: Fri Feb 2 05:43:42 2018
New Revision: 460668
URL: https://svnweb.freebsd.org/changeset/ports/460668
Log:
- Fix build
Modified:
head/editors/lazarus/Makefile
Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile Fri Feb 2 05:35:20 2018 (r460667)
+++ head/editors/lazarus/Makefile Fri Feb 2 05:43:42 2018 (r460668)
@@ -20,8 +20,9 @@ ONLY_FOR_ARCHS= i386 amd64
USES= gmake
USE_GNOME= #
USE_FPC?= cairo dblib fcl-base fcl-db fcl-fpcunit fcl-image fcl-json fcl-net \
- fcl-registry fcl-res fcl-web fcl-xml gtk2 ibase iconvenc rtl-extra \
- mysql numlib odbc openssl oracle pasjpeg postgres sqlite x11
+ fcl-registry fcl-res fcl-web fcl-xml gtk2 ibase iconvenc mysql \
+ numlib odbc openssl oracle pasjpeg postgres regexpr rtl-extra \
+ sqlite x11
OPT?= "-Sgic "
MAKE_ENV= OPT=${OPT}
More information about the svn-ports-all
mailing list