Date: Sun, 31 Jan 1999 01:51:21 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9826: Port fix: gnomeprint Message-ID: <199901302351.BAA98277@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 9826 >Category: ports >Synopsis: Port fix: gnomeprint >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 16:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 3.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection >Description: Minor cleanup and add impilict depends. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/ncvs/ports/print/gnomeprint/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/01/27 08:31:52 1.2 +++ Makefile 1999/01/30 23:44:55 @@ -8,7 +8,7 @@ DISTNAME= gnome-print-0.0.3 PKGNAME= gnomeprint-0.0.3 -CATEGORIES= print +CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= gnome-print @@ -16,6 +16,9 @@ LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs +# implicit dependencies +# gettext, gtk11-devel, xpm + USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes @@ -23,8 +26,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" >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?199901302351.BAA98277>