forked from Lainports/freebsd-ports
graphics/opendx: Remove dependency on libXp
Remove dependency on libXp, it is not used. Even though configure looks for libXp, and links against it if it is found, there is no use of it in the code. libXp is getting deprecated. PR: 240865 OKd by: bapt (just fix it)
This commit is contained in:
parent
f916d5a212
commit
52dc066ad4
1 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= opendx
|
||||
PORTVERSION= 4.4.4
|
||||
PORTREVISION= 30
|
||||
PORTREVISION= 31
|
||||
CATEGORIES= graphics math java
|
||||
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/
|
||||
DISTNAME= dx-${PORTVERSION}
|
||||
|
|
@ -18,11 +18,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
|
||||
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \
|
||||
libtiff.so:graphics/tiff \
|
||||
libcdf.so:science/cdf \
|
||||
libXp.so:x11/libXp
|
||||
libcdf.so:science/cdf
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USES= bison compiler:c++17-lang gmake libtool motif
|
||||
USES= bison compiler:c++17-lang gl gmake libtool motif xorg
|
||||
USE_XORG= x11 xt xinerama xext xpm xmu sm ice
|
||||
USE_GL= gl glu
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue