1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Remove workarounds for FreeBSD 4.

PR:		ports/111852
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
Approved by:	miwi (mentor)
This commit is contained in:
Edward Tomasz Napierala 2007-04-20 07:57:22 +00:00
parent 1f6027f5e5
commit 5b8a2cf504
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190423

View File

@ -15,14 +15,8 @@ COMMENT= Collection of useful C++ classes
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>