diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:33:54 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:33:54 +0800 |
commit | 439d91f435e717daf01209c01cdd198ae091a2ec (patch) | |
tree | f21ac3ce9d113484b8a49e7a4b56e569e25966af /x11-clocks/washerdryer | |
parent | 2157e96c1756fe79e8a01802d1d710edaac50cbb (diff) | |
download | freebsd-ports-gnome-439d91f435e717daf01209c01cdd198ae091a2ec.tar.gz freebsd-ports-gnome-439d91f435e717daf01209c01cdd198ae091a2ec.tar.zst freebsd-ports-gnome-439d91f435e717daf01209c01cdd198ae091a2ec.zip |
Deploy USE_GNOMENG infrastructure
PR: 42284
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-clocks/washerdryer')
-rw-r--r-- | x11-clocks/washerdryer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/washerdryer/Makefile b/x11-clocks/washerdryer/Makefile index 86558647b728..06d2134e7b89 100644 --- a/x11-clocks/washerdryer/Makefile +++ b/x11-clocks/washerdryer/Makefile @@ -17,7 +17,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/washerDryer USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= yes MANCOMPRESSED= yes |