svn commit: r364381 - head/deskutils/sliderule

Joerg Wunsch joerg at FreeBSD.org
Fri Aug 8 20:43:19 UTC 2014


Author: joerg
Date: Fri Aug  8 20:43:19 2014
New Revision: 364381
URL: http://svnweb.freebsd.org/changeset/ports/364381
QAT: https://qat.redports.org/buildarchive/r364381/

Log:
  Add staging support.
  
  Mark this software as requiring GCC (pre-C89 code).

Modified:
  head/deskutils/sliderule/Makefile

Modified: head/deskutils/sliderule/Makefile
==============================================================================
--- head/deskutils/sliderule/Makefile	Fri Aug  8 20:40:33 2014	(r364380)
+++ head/deskutils/sliderule/Makefile	Fri Aug  8 20:43:19 2014	(r364381)
@@ -9,13 +9,13 @@ MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	joerg
 DISTNAME=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	joerg at FreeBSD.org
 COMMENT=	The part of X11R3's xcalc featuring a slide rule
 
 USES=		imake
 USE_XORG=	x11 xext
+USE_GCC=	any
 MAN1=		sliderule.1
 PLIST_FILES=	bin/sliderule
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list