diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-04 03:35:15 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-04 03:35:15 +0000 |
commit | e2b5e2fbc948fe151b68c5557026a5140c20d5eb (patch) | |
tree | 920eddafedfaba58834544315710ff48d77364b2 /palm | |
parent | Activate 'radiusclient'. (diff) |
* Oops, I introduced a dependency on pilot-link in my last commit.
kpilot includes its own copy of libpisock (aka libpilot), version 2.
Notes
Notes:
svn path=/head/; revision=14342
Diffstat (limited to 'palm')
-rw-r--r-- | palm/kpilot/Makefile | 6 | ||||
-rw-r--r-- | palm/kpilot/pkg-plist | 5 |
2 files changed, 2 insertions, 9 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile index b12bd17ab40a..147ccaeadb2e 100644 --- a/palm/kpilot/Makefile +++ b/palm/kpilot/Makefile @@ -3,7 +3,7 @@ # Date created: 09 April 1998 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.16 1998/10/11 23:34:36 jseger Exp $ +# $Id: Makefile,v 1.17 1998/11/04 01:54:39 nectar Exp $ # DISTNAME= kpilot-3.0.2 @@ -23,15 +23,13 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_QT= yes KDEDIR?= $(PREFIX) -PILOTDIR?= $(LOCALBASE)/pilot GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-extra-includes=$(PREFIX)/include/giflib" USE_GMAKE= yes CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" \ - KDEDIR="${KDEDIR}" \ - LDFLAGS="-L${PILOTDIR}/lib" + KDEDIR="${KDEDIR}" MAKE_ENV= KDEDIR="${KDEDIR}" diff --git a/palm/kpilot/pkg-plist b/palm/kpilot/pkg-plist index 90749ebdd959..19a7fd4cc7bd 100644 --- a/palm/kpilot/pkg-plist +++ b/palm/kpilot/pkg-plist @@ -1,8 +1,6 @@ bin/kpilot bin/kpilotDaemon bin/pilotListener -lib/libpisock.a -lib/libpisock.la lib/libpisock.so.2.0 share/applnk/Utilities/KPilotDaemon.kdelnk share/applnk/Utilities/kpilot.kdelnk @@ -13,7 +11,4 @@ share/doc/HTML/en/kpilot/using-kpilot.html share/icons/kpilot.xpm share/icons/mini/kpilot.xpm @dirrm share/doc/HTML/en/kpilot -@dirrm share/doc/HTML/en @dirrm share/doc/HTML/de/kpilot -@dirrm share/doc/HTML/de -@dirrm share/applnk/Utilities |