diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-03-31 05:53:11 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-03-31 05:53:11 +0000 |
commit | e0db4b46605b2cc60f7470a104ac1a1f6fa74122 (patch) | |
tree | df863223e037068e249f51d5a475f6eb5e95649f /net/c3270 | |
parent | misc/cpuid: reset maintainership (diff) |
Missing =.
Pointy hat to: self
Notes
Notes:
svn path=/head/; revision=349705
Diffstat (limited to 'net/c3270')
-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 |