diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 218b43c935cd..e88894f91bdc 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,30 +1,31 @@ # New ports collection makefile for: bidwatcher # Date created: 24 Aug 1999 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= bidwatcher PORTVERSION= 1.3.7 +PORTREVISION?= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mph@FreeBSD.org USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= YES CFLAGS+= -UHAVE_GMTIME # The software includes a "fudge factor" for the snipe timer; by default # it snipes 5 minutes (300 seconds) before the time that you tell it to. # To change the "fudge factor" to a different value, set TIMEFUDGE to the # desired number of seconds. TIMEFUDGE?= 300 CFLAGS+= -DHAVE_TM_ZONE -DTIMEFUDGE=${TIMEFUDGE} .include