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