diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-26 11:42:45 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-26 11:42:45 +0000 |
commit | a18b6b7c514682d5b61d7e4bb7dd0c7a86e62689 (patch) | |
tree | 9c5060720afbfa14a162b5383d8db5372ddf2665 /palm | |
parent | e3ee86bc731dd6279f4aa177a5bd6fa4af95744e (diff) | |
download | FreeBSD-ports-a18b6b7c514682d5b61d7e4bb7dd0c7a86e62689.zip FreeBSD-ports-a18b6b7c514682d5b61d7e4bb7dd0c7a86e62689.tar.gz |
Remove pilot-link explicitly specified in LIB_DEPENDS - the port inherits
this dependency along with gnomepilot dependency.
Submitted by: bento
Diffstat (limited to 'palm')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 3 | ||||
-rw-r--r-- | palm/gnomepilot-conduits/Makefile | 3 | ||||
-rw-r--r-- | palm/gnomepilot-conduits2/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index f50ac46..713e996 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/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 diff --git a/palm/gnomepilot-conduits/Makefile b/palm/gnomepilot-conduits/Makefile index f50ac46..713e996 100644 --- a/palm/gnomepilot-conduits/Makefile +++ b/palm/gnomepilot-conduits/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 diff --git a/palm/gnomepilot-conduits2/Makefile b/palm/gnomepilot-conduits2/Makefile index f50ac46..713e996 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 |