View | Details | Raw Unified | Return to bug 177477
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 141-151 Link Here
141
CONFIGURE_ARGS+=	--without-libiconv-prefix
141
CONFIGURE_ARGS+=	--without-libiconv-prefix
142
.endif
142
.endif
143
143
144
.if ${PORT_OPTIONS:MXPM} || exists(${LOCALBASE}/lib/libXpm.so)
144
.if ${PORT_OPTIONS:MXPM}
145
CONFIGURE_ARGS+=	--with-x
145
USE_XORG+=		xaw xpm xmu xt sm ice xext x11 xau xdmcp xp
146
USE_XORG+=		xaw xpm xmu xt sm ice xext x11 xau xdmcp xp
146
MAN1+=			dotty.1 lefty.1 lneato.1
147
MAN1+=			dotty.1 lefty.1 lneato.1
147
PLIST_SUB+=		WITH_XPM=""
148
PLIST_SUB+=		WITH_XPM=""
148
.else
149
.else
150
CONFIGURE_ARGS+=	--without-x
149
PLIST_SUB+=		WITH_XPM="@comment "
151
PLIST_SUB+=		WITH_XPM="@comment "
150
.endif
152
.endif

Return to bug 177477