diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 15:33:54 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 15:33:54 +0000 |
commit | 439d91f435e717daf01209c01cdd198ae091a2ec (patch) | |
tree | f21ac3ce9d113484b8a49e7a4b56e569e25966af /x11-clocks | |
parent | 2157e96c1756fe79e8a01802d1d710edaac50cbb (diff) | |
download | FreeBSD-ports-439d91f435e717daf01209c01cdd198ae091a2ec.zip FreeBSD-ports-439d91f435e717daf01209c01cdd198ae091a2ec.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42284
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/washerdryer/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/xmms-alarm/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile index 5458419..9a64f37 100644 --- a/x11-clocks/asclock-gtk/Makefile +++ b/x11-clocks/asclock-gtk/Makefile @@ -18,7 +18,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= asclock USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 HAS_CONFIGURE= yes .if defined(BATCH) diff --git a/x11-clocks/washerdryer/Makefile b/x11-clocks/washerdryer/Makefile index 8655864..06d2134 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 diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index 3b685a7..c30e8a8 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -15,7 +15,8 @@ MAINTAINER= anders@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_X_PREFIX= yes GTK_LIBS?= `${GTK_CONFIG} --libs` diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index 0e6b9fa..99448bb 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/x11-clocks/xmms-alarm/Makefile b/x11-clocks/xmms-alarm/Makefile index 8384367..875e688 100644 --- a/x11-clocks/xmms-alarm/Makefile +++ b/x11-clocks/xmms-alarm/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms RUN_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes .include <bsd.port.mk> |