diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-20 07:57:22 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-20 07:57:22 +0000 |
commit | 5b8a2cf5043220e33a3f5b2211e6eaddb89831ad (patch) | |
tree | 586e1e6ad9b775bb268daa5702fd1cf8dec03cbc /devel/libcoyotl/Makefile | |
parent | 1f6027f5e554e15c955c5fd59175ed542f09b81c (diff) | |
download | ports-5b8a2cf5043220e33a3f5b2211e6eaddb89831ad.tar.gz ports-5b8a2cf5043220e33a3f5b2211e6eaddb89831ad.zip |
- Remove workarounds for FreeBSD 4.
PR: ports/111852
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=190423
Diffstat (limited to 'devel/libcoyotl/Makefile')
-rw-r--r-- | devel/libcoyotl/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/libcoyotl/Makefile b/devel/libcoyotl/Makefile index 2014c716049e..3a7dcafe77b2 100644 --- a/devel/libcoyotl/Makefile +++ b/devel/libcoyotl/Makefile @@ -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> |