Date: Fri, 30 Aug 2002 22:11:42 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42209: [patch] make ports/news GNOMENG aware Message-ID: <20020830121142.F37426A7124@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 42209 >Category: ports >Synopsis: [patch] make ports/news 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: Fri Aug 30 05: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/news GNOMENG aware >How-To-Repeat: n/a >Fix: news/PicMonger news/glitter --- news/PicMonger/Makefile.old Fri Aug 30 22:08:43 2002 +++ news/PicMonger/Makefile Fri Aug 30 22:08:54 2002 @@ -17,7 +17,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib GNU_CONFIGURE= yes .include <bsd.port.mk> --- news/glitter/Makefile.old Fri Aug 30 22:09:12 2002 +++ news/glitter/Makefile Fri Aug 30 22:10:16 2002 @@ -16,15 +16,16 @@ MAINTAINER= greg@gregnet.net USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes -USE_GNOMELIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.if defined(HAVE_GNOME) -USE_GNOME= yes +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME= gtk12 gnomelibs .endif pre-patch: @@ -34,4 +35,4 @@ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' -.include <bsd.port.mk> +.include <bsd.port.post.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?20020830121142.F37426A7124>