View | Details | Raw Unified | Return to bug 111638
Collapse All | Expand All

(-)Makefile (-10 / +1 lines)
Lines 34-46 Link Here
34
MAN5=		libarchive-formats.5 \
34
MAN5=		libarchive-formats.5 \
35
		tar.5
35
		tar.5
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.mk>
38
39
.if ${OSVERSION} < 500040
40
USE_GETOPT_LONG=yes
41
CFLAGS+=	-I${LOCALBASE}/include
42
LDFLAGS+=	-L${LOCALBASE}/lib
43
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
44
.endif
45
46
.include <bsd.port.post.mk>

Return to bug 111638