diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 20:07:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 20:07:16 +0000 |
commit | 6959c4c43562292f947a8e763403dea6ce7b4c5a (patch) | |
tree | e0dcb934599a6103c1524c0aaaf5d2b4148e0884 /print/xpp | |
parent | 8eafc368b7c82c61a0c0cafdfdf3b32e56444031 (diff) | |
download | pkgsrc-6959c4c43562292f947a8e763403dea6ce7b4c5a.tar.gz |
fltk lives in x11, not graphics
Diffstat (limited to 'print/xpp')
-rw-r--r-- | print/xpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 2096627ef6d..dd5c7b97a99 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 16:36:24 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/15 20:07:16 wiz Exp $ DISTNAME= xpp-0.7 CATEGORIES= print x11 @@ -8,7 +8,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://cups.sourceforge.net/xpp/index.html DEPENDS+= cups>=1.1.1:../../print/cups -DEPENDS+= fltk>=1.0.9:../../graphics/fltk +DEPENDS+= fltk>=1.0.9:../../x11/fltk USE_X11= # defined |