From 9f5e02a4cc4742222aaf549a6c7a50a1cf7140f4 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 8 Aug 2014 20:43:19 +0000 Subject: [PATCH] Add staging support. Mark this software as requiring GCC (pre-C89 code). --- deskutils/sliderule/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deskutils/sliderule/Makefile b/deskutils/sliderule/Makefile index 15314fc906a7..4a058ce2138a 100644 --- a/deskutils/sliderule/Makefile +++ b/deskutils/sliderule/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= joerg DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joerg@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