diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-03 22:24:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-03 22:24:59 +0000 |
commit | 7e427bdbb76b032038e2061177820e3a7828c784 (patch) | |
tree | 99e26e0d616df2f49fc73767139e89803c98f2b4 /Mk/bsd.xorg.mk | |
parent | a666dd44ef3c9ea209fa059009e472d2cf869559 (diff) | |
download | ports-7e427bdbb76b032038e2061177820e3a7828c784.tar.gz ports-7e427bdbb76b032038e2061177820e3a7828c784.zip |
Notes
Diffstat (limited to 'Mk/bsd.xorg.mk')
-rw-r--r-- | Mk/bsd.xorg.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk index dce9a5785050..f9815209d44f 100644 --- a/Mk/bsd.xorg.mk +++ b/Mk/bsd.xorg.mk @@ -16,7 +16,10 @@ # $FreeBSD$ # -XORG_Include_MAINTAINER= x11@FreeBSD.org +.if !defined(_POSTMKINCLUDED) && !defined(Xorg_Pre_Include) + +Xorg_Include_MAINTAINER= x11@FreeBSD.org +Xorg_Pre_Include= bsd.xorg.mk # Some notes: # @@ -141,11 +144,12 @@ CONFIGURE_ARGS+= --with-xkb-path=${X11BASE}/share/X11/xkb .endif -# Might not be useful, need to check this later. -.if defined(USE_XORG) -USE_GNOME+= pkgconfig .endif +.if defined(_POSTMKINCLUDED) && !defined(Xorg_Post_Include) + +Xorg_Post_Include= bsd.xorg.mk + # Register all xorg .pc files here. # foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS. @@ -259,3 +263,5 @@ check-latest: fi; \ done .endif + +.endif |