diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:46:44 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-02-25 04:46:44 +0000 |
commit | 793417379458d4972f48318f8366d79a2d0d76be (patch) | |
tree | 58461f0d68dc47f36a87dad241dcd798b32587fa /x11/xprop | |
parent | 0626038065083e97e029b004cf4c380813f7674e (diff) | |
download | pkgsrc-793417379458d4972f48318f8366d79a2d0d76be.tar.gz |
Sort includes
Diffstat (limited to 'x11/xprop')
-rw-r--r-- | x11/xprop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile index a7ee28d2f69..d7695697f6f 100644 --- a/x11/xprop/Makefile +++ b/x11/xprop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/25 04:43:34 dsainty Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/25 04:46:44 dsainty Exp $ # DISTNAME= xprop-1.0.2 @@ -13,6 +13,6 @@ COMMENT= Property displayer for X GNU_CONFIGURE= yes USE_TOOLS+= pkg-config -.include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |