diff options
author | trasz <trasz@FreeBSD.org> | 2007-04-20 15:57:22 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-04-20 15:57:22 +0800 |
commit | 0178f22c57a009941672c0480946a06cae87b2b3 (patch) | |
tree | 2885b37994e954454a98b81a1859730cfb4fda82 /devel/libcoyotl | |
parent | 5e4696121b4432deed80aaa8ce0855a0ee273759 (diff) | |
download | freebsd-ports-gnome-0178f22c57a009941672c0480946a06cae87b2b3.tar.gz freebsd-ports-gnome-0178f22c57a009941672c0480946a06cae87b2b3.tar.zst freebsd-ports-gnome-0178f22c57a009941672c0480946a06cae87b2b3.zip |
- Remove workarounds for FreeBSD 4.
PR: ports/111852
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: miwi (mentor)
Diffstat (limited to 'devel/libcoyotl')
-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> |