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

(-)Makefile (-7 / +1 lines)
Lines 31-40 Link Here
31
31
32
CONFLICTS=	spandsp-[0-9]*
32
CONFLICTS=	spandsp-[0-9]*
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.mk>
35
36
.if ${OSVERSION} < 500000
37
BROKEN=		Does not compile on 4.x
38
.endif
39
40
.include <bsd.port.post.mk>
(-)pkg-plist (-2 / +2 lines)
Lines 70-77 Link Here
70
lib/libspandsp.la
70
lib/libspandsp.la
71
lib/libspandsp.so
71
lib/libspandsp.so
72
lib/libspandsp.so.0
72
lib/libspandsp.so.0
73
share/spandsp/global-tones.xml
73
%%DATADIR%%/global-tones.xml
74
share/spandsp/tones.dtd
74
%%DATADIR%%/tones.dtd
75
@dirrm share/spandsp
75
@dirrm share/spandsp
76
@dirrm share/nls/en_US.US-ASCII
76
@dirrm share/nls/en_US.US-ASCII
77
@dirrm share/nls/POSIX
77
@dirrm share/nls/POSIX

Return to bug 111948