summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-12-09 16:16:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-12-09 16:16:26 +0000
commit9ba27af60127119aa4fc38c88ebf198634aeacc2 (patch)
tree9fd61c506a9d4122f18bd682ab2b92dd2648a657 /x11-toolkits
parentWe are in preparation for 3.4-RELEASE. (diff)
Put back TIX_LIB_FILE and TIXSAM_LIB_FILE definitions, they are still needed.
Notes
Notes: svn path=/head/; revision=23678
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index d07b3812b266..20ea82b336c2 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -36,6 +36,8 @@ MANN= BtnBox.n Balloon.n ChkList.n Destroy.n ComboBox.n Control.n \
TIX_LIB= libtix4182.so
TIXSAM_LIB= libtixsam4182.so
+TIX_LIB_FILE= ${TIX_LIB}.1
+TIXSAM_LIB_FILE=${TIXSAM_LIB}.1
CFLAGS+= -fwritable-strings
.include <bsd.port.pre.mk>