diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:26:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-07 23:26:17 +0000 |
commit | 27c751abb8b050e84a827c541066cdbaba6e67d3 (patch) | |
tree | f0d2bdc664e2d75730cb65e8417f151763001085 /x11 | |
parent | c5e5c0da6f525bec94fb51eaac5bb66157ee1480 (diff) | |
download | ports-27c751abb8b050e84a827c541066cdbaba6e67d3.tar.gz ports-27c751abb8b050e84a827c541066cdbaba6e67d3.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXcursor/Makefile | 2 | ||||
-rw-r--r-- | x11/libXfixes/Makefile | 2 | ||||
-rw-r--r-- | x11/libXi/Makefile | 2 | ||||
-rw-r--r-- | x11/libXres/Makefile | 2 | ||||
-rw-r--r-- | x11/libXv/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index f8ff33f0f27e..a0721d314755 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -30,4 +30,6 @@ MAN3= Xcursor.3 INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +BROKEN= Does not compile + .include <bsd.port.mk> diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index be0cfbd66cd2..f482250b6e1a 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -29,4 +29,6 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +BROKEN= Does not compile + .include <bsd.port.mk> diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 3757de5b2e26..a0288d3f984d 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -29,4 +29,6 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +BROKEN= "Does not compile" + .include <bsd.port.mk> diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 5a0f01af6fb3..d6186bada841 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -29,4 +29,6 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +BROKEN= Does not compile + .include <bsd.port.mk> diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index f94f9e01ef0f..755347e9e6e3 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -29,4 +29,6 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig +BROKEN= Does not compile + .include <bsd.port.mk> |