1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
===
checking for xdm configuration dir... /usr/X11R6/lib/X11/xdm
checking for PAM... no
checking for giflib... configure: error: You need giflib23. Please install the kdesupport package
*** Error code 1
This commit is contained in:
Satoshi Asami 1998-07-25 12:42:49 +00:00
parent 0a8ad27eaa
commit e6e2249dee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12116

View File

@ -3,7 +3,7 @@
# Date created: 12 July 1998
# Whom: Marc G. Fournier <scrappy@freebsd.org>
#
# $Id: $
# $Id: Makefile,v 1.1.1.1 1998/07/12 08:39:37 scrappy Exp $
#
DISTNAME= kworldwatch-0.6
@ -20,6 +20,8 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs
BROKEN= upgrade
HAS_CONFIGURE= yes
.include <bsd.port.mk>