diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-27 07:32:49 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-05-27 07:32:49 +0000 |
commit | 25490e549cf0bf4301486ebaee20dd0146e556da (patch) | |
tree | 6b02d7bb229a631bea273867412c7d3095680f14 /palm | |
parent | Install headers in ${PREFIX}/include, not ${PREFIX}/include/giflib. (diff) |
Forget about ${PREFIX}/include/giflib.
Notes
Notes:
svn path=/head/; revision=19018
Diffstat (limited to 'palm')
-rw-r--r-- | palm/kpilot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile index d8b6cb54b1ab..ed4a676f28a9 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.21 1999/01/09 08:52:26 asami Exp $ +# $Id: Makefile,v 1.22 1999/05/24 02:31:44 steve Exp $ # DISTNAME= kpilot-3.0.2 @@ -24,9 +24,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ USE_QT= yes KDEDIR?= $(PREFIX) 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}" |