summaryrefslogtreecommitdiff
path: root/mail/xbuffy
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-06 18:30:26 +0000
committerjoerg <joerg>2007-02-06 18:30:26 +0000
commit504a81efacb904b13ab6339116d45d3ab0b51cac (patch)
treee5ec4e4dd15cffceeafba842096c0eab3221f282 /mail/xbuffy
parentd2e23b9d926246abbfa8be93232de841e809cf1b (diff)
downloadpkgsrc-504a81efacb904b13ab6339116d45d3ab0b51cac.tar.gz
Modular Xorg support.
Diffstat (limited to 'mail/xbuffy')
-rw-r--r--mail/xbuffy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile
index 76aff6d5059..c7e403f6dd2 100644
--- a/mail/xbuffy/Makefile
+++ b/mail/xbuffy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:02 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/02/06 18:30:26 joerg Exp $
#
DISTNAME= xbuffy-3.4
@@ -15,9 +15,8 @@ USE_X11BASE= YES
CPPFLAGS+= -I${X11BASE}/include
CPPFLAGS+= -Wall
-.include "../../mk/x11.buildlink3.mk"
-
post-install:
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
+.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"