diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 20:26:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 20:26:44 +0000 |
commit | ac3860cbfe294f5ff83c137d5a0bf473e1278162 (patch) | |
tree | 192ac8b6166b983df9b6cbd41f3e1df1389f45fa /x11/workrave/Makefile | |
parent | cb4148ae31f7638c9aa9f8a01ad797dfcd3ac23a (diff) | |
download | ports-ac3860cbfe294f5ff83c137d5a0bf473e1278162.tar.gz ports-ac3860cbfe294f5ff83c137d5a0bf473e1278162.zip |
Notes
Diffstat (limited to 'x11/workrave/Makefile')
-rw-r--r-- | x11/workrave/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 6fbb9aad2fb9..2f4b253ca88a 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -1,13 +1,14 @@ -# New ports collection makefile for: Workrave -# Date created: 15 Jul 2003 -# Whom: Koop Mast <einekoai@chello.nl> +# 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> # # $FreeBSD$ # PORTNAME= workrave -PORTVERSION= 1.6.1 -PORTREVISION= 3 +PORTVERSION= 1.8.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,11 +18,10 @@ COMMENT= A Gnome RSI prevention tool LIB_DEPENDS= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 -BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gconf2 +USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gconf2 intltool USE_GCC= 3.4 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |