aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-01 23:33:54 +0800
committerlioux <lioux@FreeBSD.org>2002-09-01 23:33:54 +0800
commit439d91f435e717daf01209c01cdd198ae091a2ec (patch)
treef21ac3ce9d113484b8a49e7a4b56e569e25966af /x11-clocks
parent2157e96c1756fe79e8a01802d1d710edaac50cbb (diff)
downloadfreebsd-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')
-rw-r--r--x11-clocks/asclock-gtk/Makefile3
-rw-r--r--x11-clocks/washerdryer/Makefile3
-rw-r--r--x11-clocks/wmfishtime/Makefile3
-rw-r--r--x11-clocks/wmtimer/Makefile3
-rw-r--r--x11-clocks/xmms-alarm/Makefile3
5 files changed, 10 insertions, 5 deletions
diff --git a/x11-clocks/asclock-gtk/Makefile b/x11-clocks/asclock-gtk/Makefile
index 5458419c24da..9a64f37e8b2b 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 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
diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile
index 3b685a790844..c30e8a8010cb 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 0e6b9fabc5e4..99448bb51252 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 83843678b681..875e68865a6e 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>