diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-27 16:50:41 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-27 16:50:41 +0800 |
commit | 74e8e7e24c591f4e9996069a1104440de919fcba (patch) | |
tree | 910786e78ef35edc89d3882cdba9b00a2babe2ae /science | |
parent | 58cbe8bdff55651fc4b2f4bf887069bfff1f9ba4 (diff) | |
download | freebsd-ports-gnome-74e8e7e24c591f4e9996069a1104440de919fcba.tar.gz freebsd-ports-gnome-74e8e7e24c591f4e9996069a1104440de919fcba.tar.zst freebsd-ports-gnome-74e8e7e24c591f4e9996069a1104440de919fcba.zip |
science/xcrysden: Add missing runtime dependencies
Diffstat (limited to 'science')
-rw-r--r-- | science/xcrysden/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/science/xcrysden/Makefile b/science/xcrysden/Makefile index 516fe32ac48e..721f601aea24 100644 --- a/science/xcrysden/Makefile +++ b/science/xcrysden/Makefile @@ -2,6 +2,7 @@ PORTNAME= xcrysden DISTVERSION= 1.5.60 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.xcrysden.org/download/ @@ -12,7 +13,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfftw3.so:math/fftw3 -RUN_DEPENDS= bwidget>0:x11-toolkits/bwidget +RUN_DEPENDS= bwidget>0:x11-toolkits/bwidget \ + babel:science/openbabel \ + convert:graphics/ImageMagick \ + ppmtompeg:graphics/netpbm \ + xwd:x11/xwd USES= fortran gmake localbase:ldflags tcl tk USE_GL= gl glu |