diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 20:18:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 20:18:05 +0000 |
commit | 92d9f8b89ddeadcf0843749fad5c764af0ceb4e1 (patch) | |
tree | a6ff6b0c9f83cec367f6f3926f2bec01d392095c /astro/nightfall | |
parent | 654093c5478a0b3348d498344a78e1553880196b (diff) | |
download | ports-92d9f8b89ddeadcf0843749fad5c764af0ceb4e1.tar.gz ports-92d9f8b89ddeadcf0843749fad5c764af0ceb4e1.zip |
Notes
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 |