mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2.
10 lines
421 B
Text
10 lines
421 B
Text
--- modules/wb.utils/Makefile.am.orig 2009-06-29 14:51:26.000000000 -0700
|
|
+++ modules/wb.utils/Makefile.am 2012-04-17 13:39:25.000000000 -0700
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-pkglibdir=$(libdir)/@PACKAGE@/modules
|
|
+wbutilsdir=$(libdir)/@PACKAGE@/modules
|
|
|
|
-pkglib_DATA=catalog_utils.grt.lua table_utils.grt.lua tools.grt.lua wb_utils_grt.py
|
|
+wbutils_DATA=catalog_utils.grt.lua table_utils.grt.lua tools.grt.lua wb_utils_grt.py
|
|
|