diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 07:42:13 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 07:42:13 +0000 |
commit | 5d8d0b1d16aa7503a390d27bce1f3909458133cb (patch) | |
tree | 539384e2d97d2b5a2092ab1dbff7bd9e4e66e638 /x11/workrave/Makefile | |
parent | d85757cd0c681bb27bc996eee6db6c16adf08cb0 (diff) | |
download | ports-5d8d0b1d16aa7503a390d27bce1f3909458133cb.tar.gz ports-5d8d0b1d16aa7503a390d27bce1f3909458133cb.zip |
Notes
Diffstat (limited to 'x11/workrave/Makefile')
-rw-r--r-- | x11/workrave/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 6e29a16229a8..7540de0f6ad4 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -1,19 +1,17 @@ -# New ports collection makefile for: Workrave -# Date created: 15 Jul 2003 -# Whom: Koop Mast <einekoai@chello.nl> -# Date modified: 13 Jul 2005 -# Whom: Alex de Kruijff <freebsd@akruijff.dds.nl> +# New ports collection makefile for: workrave +# Date created: 15 Jul 2003 +# Whom: Koop Mast <einekoai@chello.nl> # # $FreeBSD$ # PORTNAME= workrave -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= infofarmer@FreeBSD.org COMMENT= A Gnome RSI prevention tool LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ @@ -21,6 +19,7 @@ LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ USE_X_PREFIX= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gconf2 intltool USE_GCC= 3.4 GNU_CONFIGURE= yes |