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 /deskutils/xpad | |
parent | 08eaea9dd4ac5c76859ce20c139c00a62c929fb9 (diff) |
Notes
Diffstat (limited to 'deskutils/xpad')
-rw-r--r-- | deskutils/xpad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |