Date: Sat, 31 Aug 2002 21:03:13 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42284: [patch] make ports/x11-clocks GNOMENG aware Message-ID: <20020831110313.BF96B6A7124@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 42284 >Category: ports >Synopsis: [patch] make ports/x11-clocks GNOMENG aware >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 01 04:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: make ports/x11-clocks GNOMENG aware >How-To-Repeat: n/a >Fix: x11-clocks/asclock-gtk x11-clocks/washerdryer x11-clocks/wmfishtime x11-clocks/wmtimer x11-clocks/xmms-alarm --- x11-clocks/asclock-gtk/Makefile.old Sat Aug 31 20:59:13 2002 +++ x11-clocks/asclock-gtk/Makefile Sat Aug 31 20:59:23 2002 @@ -18,7 +18,8 @@ ALL_TARGET= asclock USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 HAS_CONFIGURE= yes .if defined(BATCH) --- x11-clocks/washerdryer/Makefile.old Sat Aug 31 20:59:34 2002 +++ x11-clocks/washerdryer/Makefile Sat Aug 31 20:59:49 2002 @@ -17,7 +17,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_BZIP2= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_XPM= yes MANCOMPRESSED= yes --- x11-clocks/wmfishtime/Makefile.old Sat Aug 31 21:00:00 2002 +++ x11-clocks/wmfishtime/Makefile Sat Aug 31 21:00:08 2002 @@ -15,7 +15,8 @@ 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` --- x11-clocks/wmtimer/Makefile.old Sat Aug 31 21:00:20 2002 +++ x11-clocks/wmtimer/Makefile Sat Aug 31 21:00:49 2002 @@ -16,7 +16,8 @@ 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}" --- x11-clocks/xmms-alarm/Makefile.old Sat Aug 31 21:01:17 2002 +++ x11-clocks/xmms-alarm/Makefile Sat Aug 31 21:01:26 2002 @@ -17,7 +17,8 @@ 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> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020831110313.BF96B6A7124>