diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-17 06:02:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-17 06:02:58 +0000 |
commit | 5a440621eedbaf58e50aa7ce561af2999e113b34 (patch) | |
tree | 172c5f4d4ca648c8b6cd76a29b1d3cba06313295 /palm/kpilot/Makefile | |
parent | 1be42458443edf64dbc0c0a5841cf5e2f3b7ba20 (diff) |
Notes
Diffstat (limited to 'palm/kpilot/Makefile')
-rw-r--r-- | palm/kpilot/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile index 3f48a36bbeaa..e7e215e886c6 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:$ +# $Id: Makefile,v 1.1.1.1 1998/03/07 15:31:52 se Exp $ # DISTNAME= kpilot-2.0 @@ -23,9 +23,10 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +BROKEN= install + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= "--with-extra-includes=$(PREFIX)/include/giflib" USE_GMAKE= yes CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ |