Reviewed by:	flo (mentor)
Approved by:	flo (mentor)
This commit is contained in:
Michael Gmelin 2014-06-01 17:24:23 +00:00
parent 9d8e3d3114
commit 38d20a0c22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356158

View file

@ -29,7 +29,6 @@ MOTIF_DESC= With Motif widget set
ATHENA_DESC= With Athen widget set ATHENA_DESC= With Athen widget set
XSHM_DESC= With XShm support XSHM_DESC= With XShm support
NO_STAGE= yes
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG} .if ${PORT_OPTIONS:MDEBUG}
@ -52,7 +51,7 @@ CONFIGURE_ARGS+=--without-motif1
.endif .endif
.if ${PORT_OPTIONS:MATHENA} .if ${PORT_OPTIONS:MATHENA}
LIB_DEPENDS+= Xaw.8:${PORTSDIR}/x11-toolkits/libXaw LIB_DEPENDS+= libXaw.so:${PORTSDIR}/x11-toolkits/libXaw
CONFIGURE_ARGS+=--with-athena CONFIGURE_ARGS+=--with-athena
.else .else
CONFIGURE_ARGS+=--without-athena CONFIGURE_ARGS+=--without-athena