1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

No need to build all of x11-toolkits just for this port :-)

LIB_DEPENDS=    fltk.1:${PORTSDIR}/x11-toolkits/fltk
                                               ^^^^^ was missing
This commit is contained in:
Jacques Vidrine 1999-03-17 05:09:02 +00:00
parent b4f4cda51d
commit 80bf16274f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17257

View File

@ -3,7 +3,7 @@
# Date created: 12 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id: $
# $Id: Makefile,v 1.1.1.1 1999/03/15 01:14:36 billf Exp $
#
DISTNAME= flwm-0.19
@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= dima@chg.ru
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes