mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b209c0b08c
Upgrade to 1.1g PR: 6217 Submitted by: myself :-)
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
--- man/Makefile Sat Mar 28 15:18:44 1998
|
|
+++ man/Makefile Tue Mar 31 00:36:53 1998
|
|
@@ -12,7 +12,9 @@
|
|
CFLAGS+= -I${LIBDESTDIR}
|
|
DPADD= ${LIBMAN}
|
|
LDADD= ${LIBMAN}
|
|
+.if exists(/usr/lib/libxpg4.a)
|
|
LDADD+= -L/usr/lib -lxpg4
|
|
+.endif
|
|
|
|
.if exists(${.OBJDIR})
|
|
MAN1= ${.OBJDIR}/jman.1
|