freebsd-ports/mbone/rqm/files/patch-ac
Bill Fenner a722c752b2 Update tcl/tk dependency to 8.4.
Remove incorrect library dependency in port's Makefile.
2004-02-02 01:24:52 +00:00

12 lines
294 B
Plaintext

--- Makefile.in.orig Sun Feb 1 17:22:05 2004
+++ Makefile.in Sun Feb 1 17:22:12 2004
@@ -6,7 +6,7 @@
OBJS = main.o ui.o
BIN = rqm
-$(BIN): $(OBJS) ../common/libcommon.a
+$(BIN): $(OBJS)
$(CC) $(CFLAGS) $(OBJS) __LDLIBS__ __PROFILE__ __OPTIMIZE__ __CHECK_LIB__ -o $(BIN)
.c.o: