summaryrefslogtreecommitdiff
path: root/net/ser/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-07-08 16:15:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-07-08 16:15:11 +0000
commitbcc1be498d1c98254b0421d077a9902de03f7391 (patch)
tree4778b1ea01189e5055540ae035e953aa386410a2 /net/ser/files
parentUpgrade from April's 10.0.4 to 10.0.5, released by Real at the end of May. (diff)
Remove local change which has slipped into the last commit. No PORTREVISION
bump since that change has been preventing port from building.
Diffstat (limited to 'net/ser/files')
-rw-r--r--net/ser/files/patch-Makefile.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ser/files/patch-Makefile.defs b/net/ser/files/patch-Makefile.defs
index 3e3b9e78cef3..1a0c81731f29 100644
--- a/net/ser/files/patch-Makefile.defs
+++ b/net/ser/files/patch-Makefile.defs
@@ -139,7 +139,7 @@ $FreeBSD$
LIBS= -pthread -lfl #dlopen is in libc
else
- LIBS= -lfl #dlopen is in libc
-+ LIBS= -lfl -L$(LOCALBASE)/lib -lsiplog #dlopen is in libc
++ LIBS= -lfl -L$(LOCALBASE)/lib #dlopen is in libc
endif
YACC=yacc
endif