summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-03-17 06:02:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-03-17 06:02:58 +0000
commit5a440621eedbaf58e50aa7ce561af2999e113b34 (patch)
tree172c5f4d4ca648c8b6cd76a29b1d3cba06313295 /palm
parentAdd DIST_SUBDIR, the name "periodic.tab" is kinda generic. Speaking of which, (diff)
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}).
Notes
Notes: svn path=/head/; revision=10208
Diffstat (limited to 'palm')
-rw-r--r--palm/kpilot/Makefile9
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)" \