1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- respect PTHREAD_LIBS and CFLAGS

- fix typo

PR:                 61344
Submitted by:       Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by:        erwin (mentor) (implicitly)
This commit is contained in:
Clement Laforet 2004-01-14 01:52:06 +00:00
parent 06a3b5912c
commit 863ef174db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98128

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: platero
# New ports collection makefile for: kalbum
# Date created: Tue Jul 1 18:03:44 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
@ -16,7 +16,11 @@ USE_KDELIBS_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>