mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Attempt to unbreak by using new LIB_DEPENDS syntax
Reported by: pkg-fallout With hat: portmgr
This commit is contained in:
parent
f6f46d9df9
commit
2c550b9507
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354410
@ -10,8 +10,8 @@ MASTER_SITES= GNU
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Program for statistical analysis of sampled data
|
||||
|
||||
LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \
|
||||
gslcblas:${PORTSDIR}/math/gsl
|
||||
LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils \
|
||||
libgslcblas.so:${PORTSDIR}/math/gsl
|
||||
|
||||
OPTIONS_DEFINE= GUI PGSQL
|
||||
|
||||
@ -38,7 +38,7 @@ PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGUI}
|
||||
LIB_DEPENDS+= gladeui-1:${PORTSDIR}/devel/glade3
|
||||
LIB_DEPENDS+= libgladeui-1.so:${PORTSDIR}/devel/glade3
|
||||
RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp
|
||||
USE_GNOME+= libglade2
|
||||
CONFIGURE_ARGS+= --with-gui-tools
|
||||
|
Loading…
Reference in New Issue
Block a user