svn commit: r356158 - head/emulators/xcpc

Michael Gmelin grembo at FreeBSD.org
Sun Jun 1 17:24:23 UTC 2014


Author: grembo
Date: Sun Jun  1 17:24:23 2014
New Revision: 356158
URL: http://svnweb.freebsd.org/changeset/ports/356158
QAT: https://qat.redports.org/buildarchive/r356158/

Log:
  Stagify.
  
  Reviewed by:	flo (mentor)
  Approved by:	flo (mentor)

Modified:
  head/emulators/xcpc/Makefile

Modified: head/emulators/xcpc/Makefile
==============================================================================
--- head/emulators/xcpc/Makefile	Sun Jun  1 17:06:55 2014	(r356157)
+++ head/emulators/xcpc/Makefile	Sun Jun  1 17:24:23 2014	(r356158)
@@ -29,7 +29,6 @@ MOTIF_DESC=	With Motif widget set
 ATHENA_DESC=	With Athen widget set
 XSHM_DESC=	With XShm support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEBUG}
@@ -52,7 +51,7 @@ CONFIGURE_ARGS+=--without-motif1
 .endif
 
 .if ${PORT_OPTIONS:MATHENA}
-LIB_DEPENDS+=	Xaw.8:${PORTSDIR}/x11-toolkits/libXaw
+LIB_DEPENDS+=	libXaw.so:${PORTSDIR}/x11-toolkits/libXaw
 CONFIGURE_ARGS+=--with-athena
 .else
 CONFIGURE_ARGS+=--without-athena


More information about the svn-ports-head mailing list