summaryrefslogtreecommitdiff
path: root/misc/bidwatcher
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:13:16 +0000
commitdce33b0828964d37245eb2893dd7d61979852875 (patch)
tree0c9f46b4407faf170f5ae019d614e17cdb73c7ee /misc/bidwatcher
parentFix MASTER_SITES (diff)
Deploy USE_GNOMENG infrastructure
PR: 42286 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65414
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r--misc/bidwatcher/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile
index d782e83d3fc4..9b37aad9208e 100644
--- a/misc/bidwatcher/Makefile
+++ b/misc/bidwatcher/Makefile
@@ -12,11 +12,13 @@ CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= bidwatcher-1.3.4-fix
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAINTAINER= mph@FreeBSD.org
-USE_GTK= YES
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USE_GNOMENG= yes
+USE_GNOME= gtk12
GNU_CONFIGURE= YES
.include <bsd.port.mk>