aboutsummaryrefslogtreecommitdiff
path: root/emulators/xcpc
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2014-06-01 17:24:23 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2014-06-01 17:24:23 +0000
commit38d20a0c22fe2f6579b9c6224ccd136e70a68c04 (patch)
treed80b097b04dcddc119da20e8414954d5e3e4f5b6 /emulators/xcpc
parent9d8e3d31148beda8d46fb78637db9e4fc1dc88ea (diff)
downloadports-38d20a0c22fe2f6579b9c6224ccd136e70a68c04.tar.gz
ports-38d20a0c22fe2f6579b9c6224ccd136e70a68c04.zip
Stagify.
Reviewed by: flo (mentor) Approved by: flo (mentor)
Notes
Notes: svn path=/head/; revision=356158
Diffstat (limited to 'emulators/xcpc')
-rw-r--r--emulators/xcpc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile
index 6fc3c7aec057..407aa4990ce7 100644
--- a/emulators/xcpc/Makefile
+++ b/emulators/xcpc/Makefile
@@ -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