Bug fix: add WmDefault.tcl in the list of scripts required by tixSamLib.

This commit is contained in:
Jean-Marc Zucconi 2003-12-25 02:18:55 +00:00
parent 7fe38b8241
commit 40f85e20d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96554
2 changed files with 12 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= tix
PORTVERSION= 8.1.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tix

View File

@ -1,6 +1,14 @@
--- Makefile.in.orig Wed Dec 11 08:18:41 2002
+++ Makefile.in Tue Dec 2 21:13:48 2003
@@ -261,6 +261,7 @@
+++ Makefile.in Thu Dec 25 03:14:14 2003
@@ -253,6 +253,7 @@
TIX_SCRIPTS = \
$(SRC_DIR)/library/pref/*.fsc \
$(SRC_DIR)/library/pref/*.csc \
+ $(SRC_DIR)/library/pref/WmDefault.tcl \
$(SRC_DIR)/library/*.tcl
all: $(TIX_LIB_FILE) $(TIX_EXE_FILE) @TIX_SAM_TARGETS@
@@ -261,6 +262,7 @@
rm -f $(TIX_LIB_FILE)
@TIX_MAKE_LIB@
$(TIX_RANLIB) $(TIX_LIB_FILE)
@ -8,7 +16,7 @@
$(TCL_SAM_FILE): $(TCL_SAM_OBJS)
rm -f $(TCL_SAM_FILE)
@@ -387,7 +388,7 @@
@@ -387,7 +389,7 @@
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tixImgXpm.c
tixInit.o: $(GENERIC_DIR)/tixInit.c