mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
28 lines
822 B
Text
28 lines
822 B
Text
--- Makefile.in.orig Fri Sep 12 15:22:17 2003
|
|
+++ Makefile.in Fri Sep 12 15:24:38 2003
|
|
@@ -139,21 +139,20 @@
|
|
@WITH_DEBUGGER_TRUE@ libexslt \
|
|
@WITH_DEBUGGER_TRUE@ xsltproc \
|
|
@WITH_DEBUGGER_TRUE@ doc \
|
|
-@WITH_DEBUGGER_TRUE@ @PYTHON_SUBDIR@ \
|
|
-@WITH_DEBUGGER_TRUE@ tests
|
|
+@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
|
|
+
|
|
|
|
@WITH_DEBUGGER_FALSE@SUBDIRS = \
|
|
@WITH_DEBUGGER_FALSE@ libxslt \
|
|
@WITH_DEBUGGER_FALSE@ libexslt \
|
|
@WITH_DEBUGGER_FALSE@ xsltproc \
|
|
@WITH_DEBUGGER_FALSE@ doc \
|
|
-@WITH_DEBUGGER_FALSE@ @PYTHON_SUBDIR@ \
|
|
-@WITH_DEBUGGER_FALSE@ tests
|
|
+@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
|
|
|
|
|
|
DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = xsltConf.sh
|
|
|
|
bin_SCRIPTS = xslt-config
|