Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2014 17:24:23 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356158 - head/emulators/xcpc
Message-ID:  <201406011724.s51HON46079533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406011724.s51HON46079533>