diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-09 08:07:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-09 08:07:44 +0000 |
commit | 9fabe348483f8aa647e133e06045597d66479bdd (patch) | |
tree | 7a253c1a3181522d87caf63f1667b6486363b25b /x11 | |
parent | 7d7f4ce32bf4d532d2077667b3d99f1f1cef9df2 (diff) | |
download | pkgsrc-9fabe348483f8aa647e133e06045597d66479bdd.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dfm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/dfm/Makefile b/x11/dfm/Makefile index 568c36c49b8..7598f1ca94e 100644 --- a/x11/dfm/Makefile +++ b/x11/dfm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/01/07 09:14:16 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/09 08:07:44 joerg Exp $ # PKGREVISION= 6 @@ -10,4 +10,7 @@ COMMENT= Desktop File Manager post-install: ${MV} ${PREFIX}/${PKGMANDIR}/man1/dfm.1x ${PREFIX}/${PKGMANDIR}/man1/dfm.1 +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" + .include "Makefile.common" |