diff options
author | mrg <mrg> | 2011-05-15 12:35:06 +0000 |
---|---|---|
committer | mrg <mrg> | 2011-05-15 12:35:06 +0000 |
commit | 901d0248fccb58ad21fb3dae479c79199f27c01e (patch) | |
tree | 98240b326fcc3cb8cf1811a64cfcc609627f2fc0 /x11/xlogout | |
parent | 5d78bfe346c2fb6f1d8c05c576d9655f32a52328 (diff) | |
download | pkgsrc-901d0248fccb58ad21fb3dae479c79199f27c01e.tar.gz |
this doesn't need libXp. bump pkg version.
Diffstat (limited to 'x11/xlogout')
-rw-r--r-- | x11/xlogout/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile index 4dc9e019caf..1a4f867f1dd 100644 --- a/x11/xlogout/Makefile +++ b/x11/xlogout/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2011/05/15 12:35:06 mrg Exp $ # DISTNAME= xlogout PKGNAME= xlogout-19891129 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -15,6 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_IMAKE= yes .include "../../x11/libXaw/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |