Date: Tue, 17 Sep 2002 10:03:34 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42885: Update port: x11/xautomation Message-ID: <200209171703.g8HH3Y4a025394@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42885 >Category: ports >Synopsis: Update port: x11/xautomation >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: Tue Sep 17 10:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/CXXFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xautomation/Makefile x11/xautomation/Makefile --- /usr/ports/x11/xautomation/Makefile Wed Sep 11 22:21:31 2002 +++ x11/xautomation/Makefile Mon Sep 16 22:13:23 2002 @@ -8,17 +8,18 @@ PORTNAME= xautomation PORTVERSION= 0.86 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://hoopajoo.net/static/projects/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= png:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= \ - CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" .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?200209171703.g8HH3Y4a025394>