diff options
Diffstat (limited to 'x11/Xaw-Xpm/Makefile')
-rw-r--r-- | x11/Xaw-Xpm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/Xaw-Xpm/Makefile b/x11/Xaw-Xpm/Makefile index 0a229f022bb..bc5f5cf13a2 100644 --- a/x11/Xaw-Xpm/Makefile +++ b/x11/Xaw-Xpm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2004/01/20 12:28:26 agc Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/08 19:40:43 jmmv Exp $ # DISTNAME= Xaw-XPM-1.1 PKGNAME= Xaw-Xpm-1.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/X/} @@ -12,6 +13,8 @@ COMMENT= Enhanced 3-D widgets based on the Athena Widget set and Xaw3d CONFLICTS= Xaw3d-[0-9]* +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + WRKSRC= ${WRKDIR}/XawXpm USE_BUILDLINK2= YES USE_IMAKE= YES |