summaryrefslogtreecommitdiff
path: root/sysutils/xfm
diff options
context:
space:
mode:
authorobache <obache>2012-05-03 09:55:29 +0000
committerobache <obache>2012-05-03 09:55:29 +0000
commit089eccabd6af95c169a75f58b3a45647805bcb87 (patch)
treefaeb476c22a37813cd54d915993f3791c38ebb58 /sysutils/xfm
parent1c922a94992f7edfadcb8fb06256004061e6dd22 (diff)
downloadpkgsrc-089eccabd6af95c169a75f58b3a45647805bcb87.tar.gz
Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
Diffstat (limited to 'sysutils/xfm')
-rw-r--r--sysutils/xfm/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/xfm/Makefile b/sysutils/xfm/Makefile
index 8d85d94832c..5038a7f08d7 100644
--- a/sysutils/xfm/Makefile
+++ b/sysutils/xfm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2010/03/07 09:03:14 obache Exp $
+# $NetBSD: Makefile,v 1.17 2012/05/03 09:55:31 obache Exp $
DISTNAME= xfm-1.4.3
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= sysutils x11
MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/
@@ -19,6 +19,4 @@ USE_IMAKE= YES
.include "../../x11/Xaw3d/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"