Replace xaw8 depend with xaw to fix build.

Approved by:	garga (mentor, implicit)
This commit is contained in:
Robert Noland
2009-01-24 17:02:08 +00:00
parent 78219cd9c7
commit c0b4d2bf29

View File

@@ -136,7 +136,7 @@ CONFIGURE_ARGS+= --with-iconvincludedir=${LOCALBASE}/include
.endif
.if !defined(WITHOUT_XPM) || exists(${LOCALBASE}/lib/libXpm.so)
USE_XORG+= xaw8 xpm xmu xt sm ice xext x11 xau xdmcp xp
USE_XORG+= xaw xpm xmu xt sm ice xext x11 xau xdmcp xp
MAN1+= lefty.1
PLIST_SUB+= WITH_XPM=""
.else