diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-05 22:11:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-05 22:11:03 +0000 |
commit | 3b3a233a6d77d938dce3728f0854ff8e0779cab5 (patch) | |
tree | 3ab95d500c8bcc002f14fc056e6ab00a87b48938 /x11/wterm | |
parent | 37ee10401e0a8be2061256070edfac082f2404fa (diff) |
Notes
Diffstat (limited to 'x11/wterm')
-rw-r--r-- | x11/wterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index f7d51fc82ef2..4d16a5b47d95 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -16,6 +16,8 @@ COMMENT= A color vt102 terminal emulator with transparency support BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker +BROKEN= does not compile + USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ |