diff options
author | beech <beech@FreeBSD.org> | 2008-03-25 01:10:12 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-25 01:10:12 +0800 |
commit | 55ca2519dd20729d98a777f297cce2efcc48bc8d (patch) | |
tree | 0359a05d53d68733d706c7d33b42d1e6633c5d43 /x11-clocks/washerdryer | |
parent | 312f708f3dd424d006051aa86e530882f287e1df (diff) | |
download | freebsd-ports-gnome-55ca2519dd20729d98a777f297cce2efcc48bc8d.tar.gz freebsd-ports-gnome-55ca2519dd20729d98a777f297cce2efcc48bc8d.tar.zst freebsd-ports-gnome-55ca2519dd20729d98a777f297cce2efcc48bc8d.zip |
- Remove USE_X_PREFIX
- Add USE_XORG= (modules)
- Bump portrevision
Diffstat (limited to 'x11-clocks/washerdryer')
-rw-r--r-- | x11-clocks/washerdryer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/washerdryer/Makefile b/x11-clocks/washerdryer/Makefile index 54ccd3c52b00..05d85e5d015f 100644 --- a/x11-clocks/washerdryer/Makefile +++ b/x11-clocks/washerdryer/Makefile @@ -7,7 +7,7 @@ PORTNAME= washerdryer PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://lucille.dhs.org/ DISTNAME= washerDryer-${PORTVERSION} @@ -16,11 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that keeps track of the loads in your washer and dryer WRKSRC= ${WRKDIR}/${DISTNAME}/washerDryer -USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gtk12 -USE_XPM= yes +USE_XORG= x11 xau xdmcp xext xi xpm MANCOMPRESSED= yes MAN1= washerDryer.1 |