diff options
author | ru <ru@FreeBSD.org> | 2002-07-22 04:27:44 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-22 04:27:44 +0800 |
commit | 385f994226fc3d0fa44b352045d81d69cc1f4bb8 (patch) | |
tree | 0182d3abd3773fb5ced624341a1dd909a56f9885 /textproc/wordnet | |
parent | 409402231e0f41eeb8efcca63af185efc4a40df8 (diff) | |
download | freebsd-ports-gnome-385f994226fc3d0fa44b352045d81d69cc1f4bb8.tar.gz freebsd-ports-gnome-385f994226fc3d0fa44b352045d81d69cc1f4bb8.tar.zst freebsd-ports-gnome-385f994226fc3d0fa44b352045d81d69cc1f4bb8.zip |
Catch up to the new bsd.lib.mk API.
Diffstat (limited to 'textproc/wordnet')
-rw-r--r-- | textproc/wordnet/files/src.wnb.Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/wordnet/files/src.wnb.Makefile b/textproc/wordnet/files/src.wnb.Makefile index 618ac05854e6..1c440d9d4295 100644 --- a/textproc/wordnet/files/src.wnb.Makefile +++ b/textproc/wordnet/files/src.wnb.Makefile @@ -10,14 +10,10 @@ CFLAGS+= -I${.CURDIR}/../../include -I$(TCL_INCDIR) LDADD= -L../lib -lwn1 -L${PREFIX}/lib -ltcl${TCL_VER} -ltk${TCL_VER} -LIB= tclwn1 -SHLIB_MAJOR= 7 -SHLIB_MINOR= 0 +SHLIB_NAME= libtclwn1.so.7 SRCS= stubs.c -INTERNALLIB= True # To avoid building the useless static library - -all: ${SHLIB_NAME} pkgIndex.tcl +all: pkgIndex.tcl pkgIndex.tcl: echo "package ifneeded Wordnet 1.7 [list load \ |