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

(-)Makefile Tue Feb 7 13:47:37 2006 (-1 / +6 lines)
Lines 23-29 Link Here
23
23
24
RUN_DEPENDS=   gawk:${PORTSDIR}/lang/gawk
24
RUN_DEPENDS=   gawk:${PORTSDIR}/lang/gawk
25
25
26
BROKEN=                Configure fails
27
26
28
DIST_SUBDIR=   hylafax
27
DIST_SUBDIR=   hylafax
29
28
Lines 98-103 Link Here
98
post-patch:
97
post-patch:
99
       ${REINPLACE_CMD} \
98
       ${REINPLACE_CMD} \
100
               -e 's,/usr/local,${LOCALBASE},g' \
99
               -e 's,/usr/local,${LOCALBASE},g' \
100
               ${WRKSRC}/configure ; \
101
       ${REINPLACE_CMD} \
102
               -e 's,3\.7" \]; then,3.7" -o "\$${lib_ver}" = "3.8" ]; then,' \
103
               ${WRKSRC}/configure ; \
104
       ${REINPLACE_CMD} \
105
               -e 's,or 3\.7\.  If,or 3.7 or 3.8.  If,' \
101
               ${WRKSRC}/configure
106
               ${WRKSRC}/configure
102
107
103
post-install:
108
post-install:

Return to bug 92988