diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-11 02:47:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-11 02:47:56 +0000 |
commit | fa63df0f4da0cf1c13719fdcf6f6737a4eb353c8 (patch) | |
tree | cb0ef6b6cabd80cc7c4f5c032bdb67d1ff021fa8 | |
parent | Update to 0.45.4. (diff) |
Mark this port BROKEN with gtk+-2.4.
Reported by: bento via kris
Diffstat (limited to '')
-rw-r--r-- | biology/lsysexp/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpad/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/biology/lsysexp/Makefile b/biology/lsysexp/Makefile index 333d5c831b0d..1bf6691f5919 100644 --- a/biology/lsysexp/Makefile +++ b/biology/lsysexp/Makefile @@ -20,4 +20,6 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes +BROKEN= "Does not build with gtk+-2.4" + .include <bsd.port.mk> diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 54eb2b5285fd..932eb80d6c0b 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -28,6 +28,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= xpad.1 MANCOMPRESSED= no +BROKEN= "Does not build with gtk+-2.4" + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/ diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index bfafae8b599b..059b7043fb5b 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -27,6 +27,8 @@ CFLAGS+= -I${LOCALBASE}/include/tcl8.4 USE_X_PREFIX= yes USE_GNOME= gtk20 +BROKEN= "Does not build with gtk+-2.4" + .include <bsd.port.pre.mk> .if ${ARCH} == amd64 |