Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 10:44:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408159 - head/net-im/pork
Message-ID:  <201602051044.u15AiFWL068132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 10:44:15 2016
New Revision: 408159
URL: https://svnweb.freebsd.org/changeset/ports/408159

Log:
  net-im/pork: USES+= ncurses, retab

Modified:
  head/net-im/pork/Makefile

Modified: head/net-im/pork/Makefile
==============================================================================
--- head/net-im/pork/Makefile	Fri Feb  5 10:42:53 2016	(r408158)
+++ head/net-im/pork/Makefile	Fri Feb  5 10:44:15 2016	(r408159)
@@ -1,18 +1,17 @@
 # Created by: Bob Bomar <bob@bomar.us>
 # $FreeBSD$
 
-PORTNAME=		pork
-PORTVERSION=		0.99.8.1
-CATEGORIES=		net-im
-MASTER_SITES=		SF/ojnk/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Console-based AIM client
-
-USES=			perl5
-USE_OPENSSL=		yes
-
-GNU_CONFIGURE=		yes
+PORTNAME=	pork
+PORTVERSION=	0.99.8.1
+CATEGORIES=	net-im
+MASTER_SITES=	SF/ojnk/${PORTNAME}/${PORTVERSION}
+
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Console-based AIM client
+
+USES=		ncurses perl5
+USE_OPENSSL=	yes
+GNU_CONFIGURE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/^inline //' ${WRKSRC}/src/*.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051044.u15AiFWL068132>