diff options
Diffstat (limited to 'graphics/py-chart/Makefile')
-rw-r--r-- | graphics/py-chart/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index a14d49ee6288..4c574301ecbe 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -23,12 +23,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyChart -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO_MSG} "" - @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" - @${ECHO_MSG} "" -.endif - .include <bsd.port.mk> |