Index: Makefile =================================================================== --- Makefile (revision 508494) +++ Makefile (working copy) @@ -23,7 +23,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libidn2.so:dns/libidn2 -USES= charsetfix iconv libtool localbase readline shebangfix +USES= charsetfix compiler iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ @@ -71,7 +71,7 @@ LDFLAGS+= -pthread .endif -.if ${ARCH} == powerpc64 +.if ${ARCH} == powerpc64 && ${CHOSEN_COMPILER_TYPE} == gcc USE_GCC= yes .endif