diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-26 11:42:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-26 11:42:45 +0000 |
commit | aded7456b746824a883f117ccbc2db94926391d8 (patch) | |
tree | 70841fa304b2ae9608604dc7a83f70675ee16028 /palm/gnomepilot-conduits2 | |
parent | 40aba535c46d858ed6b3f73495eb5d2b773724d0 (diff) |
Remove pilot-link explicitly specified in LIB_DEPENDS - the port inherits
this dependency along with gnomepilot dependency.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=52205
Diffstat (limited to 'palm/gnomepilot-conduits2')
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index f50ac4674c75..713e996b4265 100644 --- a/palm/gnomepilot-conduits2/Makefile +++ b/palm/gnomepilot-conduits2/Makefile @@ -15,8 +15,7 @@ DISTNAME= gnome-pilot-conduits-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \ - gpilotd.1:${PORTSDIR}/palm/gnomepilot +LIB_DEPENDS= gpilotd.1:${PORTSDIR}/palm/gnomepilot USE_GMAKE= yes USE_X_PREFIX= yes |