diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:37:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-15 20:37:04 +0000 |
commit | 3dfcb69b7713730d22282332e61d19042167992f (patch) | |
tree | 14ba4292ad28106c8850a8687b0478783ab3362c /devel/libgii | |
parent | 69159be6d154e71e1b93cb66fad84dc503d37c54 (diff) | |
download | ports-3dfcb69b7713730d22282332e61d19042167992f.tar.gz ports-3dfcb69b7713730d22282332e61d19042167992f.zip |
Notes
Diffstat (limited to 'devel/libgii')
-rw-r--r-- | devel/libgii/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile index 300a280e72df..fbe64a09dfb8 100644 --- a/devel/libgii/Makefile +++ b/devel/libgii/Makefile @@ -19,6 +19,7 @@ COMMENT= GGI API for input sources WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_XLIB= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -60,7 +61,7 @@ EXAMPLES= demos/demo.c demos/filter.c \ demos/mhub.c demos/xsendbut.c post-configure: - @${PERL} -p -i.bak -e 's/deplibs -lc/deplibs/;' ${WRKSRC}/libtool + @${REINPLACE_CMD} -e 's/\(deplibs\) -lc/\1/;' ${WRKSRC}/libtool post-install: @${CP} ${WRKSRC}/libgii.conf ${PREFIX}/etc/ggi/libgii.conf.dist |