diff options
author | cy <cy@FreeBSD.org> | 2014-03-31 13:53:11 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-03-31 13:53:11 +0800 |
commit | 86a85202ce5b59041a133f9d2ce8a2f048863931 (patch) | |
tree | df863223e037068e249f51d5a475f6eb5e95649f /net | |
parent | e949e8f11b89a63c1ac4756285767f273708b2c1 (diff) | |
download | freebsd-ports-gnome-86a85202ce5b59041a133f9d2ce8a2f048863931.tar.gz freebsd-ports-gnome-86a85202ce5b59041a133f9d2ce8a2f048863931.tar.zst freebsd-ports-gnome-86a85202ce5b59041a133f9d2ce8a2f048863931.zip |
Missing =.
Pointy hat to: self
Diffstat (limited to 'net')
-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 |