mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
2436937605
Stone is a TCP/IP packet repeater in the application layer PR: 27328 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
--- Makefile.orig Thu Apr 26 15:28:17 2001
|
|
+++ Makefile Thu Apr 26 15:28:05 2001
|
|
@@ -19,7 +19,7 @@
|
|
SSL_LIBS= -L/usr/local/ssl/lib -lssl -lcrypto
|
|
|
|
POP_FLAGS= -DUSE_POP
|
|
-POP_LIBS= md5c.o
|
|
+POP_LIBS= -lmd
|
|
|
|
all:
|
|
@echo "run make with one of the following arguments"
|