1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Fix plist. No portrevision raise as this is minor change.

PR:		ports/68360
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-06-26 17:15:03 +00:00
parent 12853f81f4
commit 50eb4e9311
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112330

View File

@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PKGMESSAGE= ${WRKDIR}/pkg-message
MAN1= ppc.1
.if defined(WITH_OPTIMIZED_CFLAGS)
CFLAGS+= -O3 -ffast-math
.else