Move pilot-link from LIB_DEPENDS to {BUILD,RUN}_DEPENDS, because when building
on bento ${LOCALBASE}/pilot/lib not in the ldconfig(8) search path. Submitted by: bento
This commit is contained in:
parent
74375be19f
commit
860e7e5524
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51815
3 changed files with 9 additions and 6 deletions
|
@ -15,8 +15,9 @@ DISTNAME= gnome-pilot-${PORTVERSION}
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
|
||||
LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link
|
||||
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob \
|
||||
${LOCALBASE}/pilot/lib/libpisock.a:${PORTSDIR}/palm/pilot-link
|
||||
RUN_DEPENDS= ${LOCALBASE}/pilot/lib/libpisock.a:${PORTSDIR}/palm/pilot-link
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -15,8 +15,9 @@ DISTNAME= gnome-pilot-${PORTVERSION}
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
|
||||
LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link
|
||||
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob \
|
||||
${LOCALBASE}/pilot/lib/libpisock.a:${PORTSDIR}/palm/pilot-link
|
||||
RUN_DEPENDS= ${LOCALBASE}/pilot/lib/libpisock.a:${PORTSDIR}/palm/pilot-link
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -15,8 +15,9 @@ DISTNAME= gnome-pilot-${PORTVERSION}
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
|
||||
LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link
|
||||
BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob \
|
||||
${LOCALBASE}/pilot/lib/libpisock.a:${PORTSDIR}/palm/pilot-link
|
||||
RUN_DEPENDS= ${LOCALBASE}/pilot/lib/libpisock.a:${PORTSDIR}/palm/pilot-link
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
Loading…
Reference in a new issue