diff options
author | grembo <grembo@FreeBSD.org> | 2014-06-02 01:24:23 +0800 |
---|---|---|
committer | grembo <grembo@FreeBSD.org> | 2014-06-02 01:24:23 +0800 |
commit | 48c9a635d4a64721d84fa98fa2e4225606d15ea6 (patch) | |
tree | d80b097b04dcddc119da20e8414954d5e3e4f5b6 /emulators/xcpc | |
parent | 5609554721f160c2eca57756388b9504cd707b21 (diff) | |
download | freebsd-ports-gnome-48c9a635d4a64721d84fa98fa2e4225606d15ea6.tar.gz freebsd-ports-gnome-48c9a635d4a64721d84fa98fa2e4225606d15ea6.tar.zst freebsd-ports-gnome-48c9a635d4a64721d84fa98fa2e4225606d15ea6.zip |
Stagify.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Diffstat (limited to 'emulators/xcpc')
-rw-r--r-- | emulators/xcpc/Makefile | 3 |
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 |