diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 480346363349d34df50ccbe8af45c0135915e85e (patch) | |
tree | 1a2e4492be352c5eb3cccec7ffe7866db512735c /math | |
parent | upgrade to 1.4.1 (diff) |
Add USE_REINPLACE where appropriate.
Notes
Notes:
svn path=/head/; revision=61545
Diffstat (limited to 'math')
-rw-r--r-- | math/ploticus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 861abeefe17f..18dc72c74f1e 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ freetype:${PORTSDIR}/print/freetype2 USE_XLIB= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= # empty MAKE_ENV= LIBS="-L${LOCALBASE}/lib" |