Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/lfcbase/Makefile 327724 2013-09-20 17:13:42Z bapt $ |
2 |
# $FreeBSD: head/devel/lfcbase/Makefile 327724 2013-09-20 17:13:42Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= lfcbase |
4 |
PORTNAME= lfcbase |
5 |
PORTVERSION= 1.5.7 |
5 |
PORTVERSION= 1.5.8 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= http://www.lemke-it.com/ |
7 |
MASTER_SITES= http://www.lemke-it.com/ |
8 |
|
8 |
|
Lines 15-21
Link Here
|
15 |
USE_LDCONFIG= yes |
15 |
USE_LDCONFIG= yes |
16 |
USE_AUTOTOOLS= autoconf:env |
16 |
USE_AUTOTOOLS= autoconf:env |
17 |
|
17 |
|
18 |
NO_STAGE= yes |
|
|
19 |
post-patch: |
18 |
post-patch: |
20 |
@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in |
19 |
@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in |
21 |
|
20 |
|