mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
- Add support for STAGEDIR [1] - Update databases/sqlrelay to 0.52 (fixes build with new devel/rudiments) - Remove leading article from COMMENT - Add support for STAGEDIR - Remove GTK1 option - no longer available feature - Rename INTERBASE option to FIREBIRD (globally defined) - Rename SQLITE2 to SQLITE3 as dependency changed to databases/sqlite3 - Use options substitutions, sort plist PR: ports/181880 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com>
20 lines
611 B
Makefile
20 lines
611 B
Makefile
--- config.mk.in.orig 2013-09-22 03:52:29.000000000 +0200
|
|
+++ config.mk.in 2013-10-28 18:58:41.039873864 +0100
|
|
@@ -9,7 +9,7 @@
|
|
exec_prefix= @exec_prefix@
|
|
includedir = @includedir@
|
|
libdir = @libdir@
|
|
-javadir = ${exec_prefix}/java
|
|
+javadir = ${exec_prefix}/share/java/classes
|
|
libexecdir = @libexecdir@/sqlrelay
|
|
bindir = @bindir@
|
|
localstatedir = @localstatedir@
|
|
@@ -89,7 +89,7 @@
|
|
# rudiments library
|
|
RUDIMENTSPATH = @RUDIMENTSPATH@
|
|
RUDIMENTSINCLUDES = @RUDIMENTSINCLUDES@
|
|
-RUDIMENTSLIBS = @RUDIMENTSLIBS@
|
|
+RUDIMENTSLIBS = @RUDIMENTSLIBS@ -lssl -lcrypto
|
|
RUDIMENTSLIBSPATH = @RUDIMENTSLIBSPATH@
|
|
|
|
#iconv
|