diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /math/ploticus | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.zip FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'math/ploticus')
-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 861abee..18dc72c 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" |