diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 20:27:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 20:27:42 +0000 |
commit | 13c306d9db888f1595fdd259e07d2f8bcb556095 (patch) | |
tree | bc32589081e0655bdaa10cea6f30de95db643a3f /polish/ekg2 | |
parent | 96e60dda686452d44d8e558b6254398ebb912362 (diff) | |
download | ports-13c306d9db888f1595fdd259e07d2f8bcb556095.tar.gz ports-13c306d9db888f1595fdd259e07d2f8bcb556095.zip |
Notes
Diffstat (limited to 'polish/ekg2')
-rw-r--r-- | polish/ekg2/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 505f4548ee63..93951de3ee5d 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -44,12 +44,9 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |