aboutsummaryrefslogtreecommitdiff
path: root/devel/xparam
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 18:36:39 +0000
commitc2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch)
tree5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/xparam
parent82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff)
downloadports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.tar.gz
ports-c2e96a6fd15ffeb729ad724a29f33c91d1eafc84.zip
Notes
Diffstat (limited to 'devel/xparam')
-rw-r--r--devel/xparam/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile
index 9a50e2aca2a0..d824d023f6b7 100644
--- a/devel/xparam/Makefile
+++ b/devel/xparam/Makefile
@@ -16,12 +16,13 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-dynamic
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e "s,-ldl,,g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,-ldl,,g" ${WRKSRC}/configure
.include <bsd.port.mk>