diff --git a/editors/teco/Makefile b/editors/teco/Makefile index 69eb8de869d5..f41b484a8dfe 100644 --- a/editors/teco/Makefile +++ b/editors/teco/Makefile @@ -13,7 +13,7 @@ COMMENT= Powerful and compact editor with nongraphical user interface LICENSE= BSD3CLAUSE -CFLAGS+= -Wno-pointer-sign -Wno-expansion-to-defined -Wno-int-to-pointer-cast +CFLAGS+= -Wno-pointer-sign -Wno-int-to-pointer-cast MAKEFILE= makefile WRKSRC= ${WRKDIR}/tecoc${PORTVERSION}