diff options
author | dmcmahill <dmcmahill> | 2001-04-18 20:00:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-04-18 20:00:39 +0000 |
commit | f0e832cc6dc51c26076dbbaa3edf703f062f81f8 (patch) | |
tree | c75110a556ab7a2460ca7c97c7e4d5448b90c777 /x11/fox | |
parent | 07893e922bb9e9cb011d33b47ce47d6a235c4117 (diff) | |
download | pkgsrc-f0e832cc6dc51c26076dbbaa3edf703f062f81f8.tar.gz |
use DEPENDS+= instead of DEPENDS=, put DEPENDS on seperate lines
Diffstat (limited to 'x11/fox')
-rw-r--r-- | x11/fox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index b635eca8c0e..8a292d5fd4e 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/13 19:27:05 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/18 20:00:39 dmcmahill Exp $ # FreeBSD Id: ports/x11-toolkits/fox/Makefile,v 1.14 2001/02/23 19:00:05 knu Exp DISTNAME= fox-0.99.167 @@ -10,8 +10,8 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.cfdrc.com/FOX/fox.html COMMENT= Fast and extensive C++ GUI toolkit -DEPENDS= jpeg-*:../../graphics/jpeg \ - png-*:../../graphics/png +DEPENDS+= jpeg-*:../../graphics/jpeg +DEPENDS+= png-*:../../graphics/png .if !defined(USE_XUNICODE) || ${USE_XUNICODE} == "YES" |