aboutsummaryrefslogtreecommitdiffstats
path: root/polish/ekg2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-28 04:27:42 +0800
committerpav <pav@FreeBSD.org>2007-03-28 04:27:42 +0800
commit05465fbc3944e5122d3027b03e1d044357d82347 (patch)
treeb6c0abc8f42380007c70be2e106899e74afbc9f1 /polish/ekg2
parenteb29efb4d9ef943c420f1efa6df53db13a548c19 (diff)
downloadfreebsd-ports-gnome-05465fbc3944e5122d3027b03e1d044357d82347.tar.gz
freebsd-ports-gnome-05465fbc3944e5122d3027b03e1d044357d82347.tar.zst
freebsd-ports-gnome-05465fbc3944e5122d3027b03e1d044357d82347.zip
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'polish/ekg2')
-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>