diff options
author | Patrick Li <pat@FreeBSD.org> | 2004-11-20 23:48:20 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2004-11-20 23:48:20 +0000 |
commit | bb9ac9d15eeacabc460988374ee1550e74d0a013 (patch) | |
tree | 852c1f668c385f1564185578c92050a287aceb3e /x11-clocks/wmtimer/Makefile | |
parent | 6a867f60b1a5ec1bfb303b29d59c093ac8abea86 (diff) | |
download | ports-bb9ac9d15eeacabc460988374ee1550e74d0a013.tar.gz ports-bb9ac9d15eeacabc460988374ee1550e74d0a013.zip |
Notes
Diffstat (limited to 'x11-clocks/wmtimer/Makefile')
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index dc7e84ca3852..46b8607dfc92 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -6,10 +6,9 @@ # PORTNAME= wmtimer -PORTVERSION= 2.8 -PORTREVISION= 1 +PORTVERSION= 2.92 CATEGORIES= x11-clocks windowmaker -MASTER_SITES= http://home.dwave.net/~jking/wmtimer/ +MASTER_SITES= http://www.darkops.net/wmtimer/ MAINTAINER= pat@FreeBSD.org COMMENT= Multi-Function timer dockapp for WindowMaker @@ -18,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_GNOME= gtk12 +USE_GNOME= gtk20 MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" |