diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-15 19:49:34 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-15 19:49:34 +0000 |
commit | e30ab7c9a1076453e196d616b4e58f4ceb049332 (patch) | |
tree | 44a499d33be6bd00bc5eb233ee64a64d1b81651d | |
parent | 44213f178e6de21d5687e121efc951ebd718e58c (diff) | |
download | FreeBSD-ports-e30ab7c9a1076453e196d616b4e58f4ceb049332.zip FreeBSD-ports-e30ab7c9a1076453e196d616b4e58f4ceb049332.tar.gz |
Cleanup of the x11@ ports in the x11 directory
- Convert to staging
-rw-r--r-- | x11/libxkbcommon/Makefile | 1 | ||||
-rw-r--r-- | x11/libxkbfile/Makefile | 2 | ||||
-rw-r--r-- | x11/libxkbui/Makefile | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index ba137d4..520048d 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -23,5 +23,4 @@ CONFIGURE_ARGS= --without-default-layout \ --without-default-variant \ --without-doxygen -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index d730243..aeda4fb 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -12,6 +12,4 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= x11 kbproto:both - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libxkbui/Makefile b/x11/libxkbui/Makefile index 335d784..1217ed3 100644 --- a/x11/libxkbui/Makefile +++ b/x11/libxkbui/Makefile @@ -11,6 +11,4 @@ COMMENT= The xkbui library XORG_CAT= lib USE_XORG= x11 xt xkbfile kbproto:both - -NO_STAGE= yes .include <bsd.port.mk> |