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

(-)kalbum/Makefile (-3 / +7 lines)
Lines 1-4 Link Here
1
# New ports collection makefile for:	platero
1
# New ports collection makefile for:	kalbum
2
# Date created:			Tue Jul  1 18:03:44 CEST 2003
2
# Date created:			Tue Jul  1 18:03:44 CEST 2003
3
# Whom:				Markus Brueffer <brueffer@phoenix-systems.de>
3
# Whom:				Markus Brueffer <brueffer@phoenix-systems.de>
4
#
4
#
Lines 16-22 Link Here
16
USE_BZIP2=		yes
16
USE_BZIP2=		yes
17
USE_GMAKE=		yes
17
USE_GMAKE=		yes
18
GNU_CONFIGURE=		yes
18
GNU_CONFIGURE=		yes
19
USE_REINPLACE=		yes
19
20
20
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
21
post-patch:
22
	@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
21
23
22
.include <bsd.port.mk>
24
.include <bsd.port.pre.mk>
25
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
26
.include <bsd.port.post.mk>

Return to bug 61344