diff options
Diffstat (limited to 'x11/xpostit/Makefile')
-rw-r--r-- | x11/xpostit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xpostit/Makefile b/x11/xpostit/Makefile index 7a37c68a522..6f1403267b6 100644 --- a/x11/xpostit/Makefile +++ b/x11/xpostit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/05/03 09:55:33 obache Exp $ # DISTNAME= xpostit3.3.1 PKGNAME= xpostit-3.3.1 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ EXTRACT_SUFX= .tar.Z @@ -18,6 +18,5 @@ WRKSRC= ${WRKDIR}/xpostit USE_IMAKE= yes .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |