diff options
author | asami <asami@FreeBSD.org> | 1998-03-17 06:02:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-17 06:02:58 +0000 |
commit | a11e4a529dee49c9c92365d0dd0ab2fcbb60bcdb (patch) | |
tree | 5d7a0a91bc3087d6c2d6223955c13c0baea38bf0 /palm | |
parent | c2cd74e6885229dd07df1ef1c9f6c28031bdfbf8 (diff) | |
download | FreeBSD-ports-a11e4a529dee49c9c92365d0dd0ab2fcbb60bcdb.zip FreeBSD-ports-a11e4a529dee49c9c92365d0dd0ab2fcbb60bcdb.tar.gz |
Mark this port broken, it doesn't install. While I'm here,
make this port use GNU_CONFIGURE (which is essentially HAS_CONFIGURE +
--prefix=$(PREFIX}).
Diffstat (limited to 'palm')
-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 3f48a36..e7e215e 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)" \ |