Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xcolorsel/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xcolorsel/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/x11/xcolorsel/Makefile 1999/04/15 20:39:49 1.3 +++ pkgsrc/x11/xcolorsel/Makefile 1999/08/25 13:37:37 1.4 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:49 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/25 13:37:37 agc Exp $ # DISTNAME= xcolorsel-1.1a-src @@ -8,9 +8,12 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=ut MAINTAINER= perry@netbsd.org -DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d - WRKSRC= ${WRKDIR}/xcolorsel USE_IMAKE= yes +USE_XAW= yes + +.include "../../mk/bsd.prefs.mk" + +XAW_TYPE?= 3d .include "../../mk/bsd.pkg.mk"