diff options
author | dsainty <dsainty> | 2007-02-25 04:46:44 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2007-02-25 04:46:44 +0000 |
commit | ee82e16d332c7a88d3db7bf728faf5f6a1d9e0cc (patch) | |
tree | 58461f0d68dc47f36a87dad241dcd798b32587fa /x11/xprop | |
parent | 366ccdb15e7c0b0effde9135e1a96aacdf4ade95 (diff) | |
download | pkgsrc-ee82e16d332c7a88d3db7bf728faf5f6a1d9e0cc.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" |