diff options
-rw-r--r-- | net/c3270/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index ad3e0472c76f..17b65fb7d28f 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -13,7 +13,7 @@ COMMENT= Full-screen curses-based remote login to IBM mainframes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([0-9]\.[0-9])(\..*)/\1/} # Conflict due to x3270if -CONFLICTS x3270-* +CONFLICTS= x3270-* USE_GMAKE= yes GNU_CONFIGURE= yes |