Date: Mon, 2 Sep 2002 10:13:05 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42302: [patch] make ports/print GNOMENG aware Message-ID: <20020902001305.527AC6A7124@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 42302 >Category: ports >Synopsis: [patch] make ports/print 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 17:20:02 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/print GNOMENG aware >How-To-Repeat: n/a >Fix: print/ghostscript-afpl print/ghostscript-gnu print/pdq --- print/ghostscript-afpl/Makefile.old Mon Sep 2 10:11:08 2002 +++ print/ghostscript-afpl/Makefile Mon Sep 2 10:11:18 2002 @@ -92,7 +92,8 @@ .if defined(WITH_SHLIB) .undef WITHOUT_X11 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall --- print/ghostscript-gnu/Makefile.old Mon Sep 2 10:10:38 2002 +++ print/ghostscript-gnu/Makefile Mon Sep 2 10:11:04 2002 @@ -89,7 +89,8 @@ .if defined(WITH_SHLIB) .undef WITHOUT_X11 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}" ALL_TARGET= so pcl3opts INSTALL_TARGET= soinstall --- print/pdq/Makefile.old Mon Sep 2 10:10:15 2002 +++ print/pdq/Makefile Mon Sep 2 10:10:26 2002 @@ -13,7 +13,8 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pdqlibdir=${PREFIX}/etc/pdq >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?20020902001305.527AC6A7124>