diff options
Diffstat (limited to 'astro/nightfall')
-rw-r--r-- | astro/nightfall/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 7de0fff4a927..c27825e354bb 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -35,18 +35,15 @@ PGPLOT_CONFIGURE_ON= --with-pgplot-include=${LOCALBASE}/include \ --with-pgplot-lib=${LOCALBASE}/lib PGPLOT_CONFIGURE_OFF= --with-gnuplot PGPLOT_LIB_DEPENDS= libpgplot.so:${PORTSDIR}/graphics/pgplot +PGPLOT_RUN_DEPENDS_OFF= gnuplot:${PORTSDIR}/math/gnuplot PGPLOT_USES= fortran .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MGNOMEUI} +.if ${PORT_OPTIONS:MGNOME} INSTALLS_OMF= yes .endif -.if ! ${PORT_OPTIONS:MPGPLOT} -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -.endif - post-patch: .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's|-fforce-addr||' ${WRKSRC}/configure |