diff options
Diffstat (limited to 'x11/Xaw3d/Makefile')
-rw-r--r-- | x11/Xaw3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile index 9c19683e245..cf21a789dd1 100644 --- a/x11/Xaw3d/Makefile +++ b/x11/Xaw3d/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2002/11/14 10:04:46 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2003/03/29 12:42:57 jmmv Exp $ # DISTNAME= Xaw3d-1.5 +WRKSRC= ${WRKDIR}/xc/lib/Xaw3d CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=widgets/Xaw3d/R6.3/} @@ -11,7 +12,6 @@ COMMENT= 3-D widgets based on the Athena Widget set CONFLICTS= Xaw-Xpm-[0-9]* USE_IMAKE= YES -WRKSRC= ${WRKDIR}/xc/lib/Xaw3d PLIST_SRC= ${WRKDIR}/PLIST-src .include "../../mk/bsd.prefs.mk" |