aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-27 20:27:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-27 20:27:42 +0000
commit13c306d9db888f1595fdd259e07d2f8bcb556095 (patch)
treebc32589081e0655bdaa10cea6f30de95db643a3f /polish
parent96e60dda686452d44d8e558b6254398ebb912362 (diff)
downloadports-13c306d9db888f1595fdd259e07d2f8bcb556095.tar.gz
ports-13c306d9db888f1595fdd259e07d2f8bcb556095.zip
Notes
Diffstat (limited to 'polish')
-rw-r--r--polish/ekg2/Makefile11
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>