From owner-freebsd-ports Mon Jun 5 22:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFBC137B846 for ; Mon, 5 Jun 2000 22:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA56702; Mon, 5 Jun 2000 22:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 5 Jun 2000 22:20:06 -0700 (PDT) Message-Id: <200006060520.WAA56702@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: lioux@uol.com.br Subject: Re: ports/19042 Reply-To: lioux@uol.com.br Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/19042; it has been noted by GNATS. From: lioux@uol.com.br To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/19042 Date: Tue, 6 Jun 2000 02:16:44 -0300 Following the observations made by Will to ports/19030 diff -ruN codecrusader.ORIG/Makefile codecrusader/Makefile --- codecrusader.ORIG/Makefile Tue Jun 6 02:13:43 2000 +++ codecrusader/Makefile Tue Jun 6 01:40:07 2000 @@ -31,23 +31,19 @@ USE_GMAKE= yes MAKE_ENV= JX_INSTALL_ROOT="${PREFIX}/bin" \ JX_LIB_ROOT="${PREFIX}/lib" \ - X11PREFIX="${X11PREFIX}" \ + X11PREFIX="${X11BASE}" \ PORTCFLAGS="${CFLAGS}" \ PORTCXXFLAGS="${CXXFLAGS}" \ PORTINCLUDES="${PORTINCLUDES}" \ PORTLIBS="${PORTLIBS}" PLIST_SUB= PORTNAME="${PORTNAME}" -# Proper X11R6 Prefix -# Change it, if you need it -X11PREFIX?= ${X11BASE} - # Make environment -PORTINCLUDES= -I${LOCALBASE}/include -I${LOCALBASE}/include/jx \ - -I${LOCALBASE}/include/jtoolbar \ - -I${LOCALBASE}/include/jtree \ - -I${LOCALBASE}/share/jx -PORTLIBS= -L${LOCALBASE}/lib +PORTINCLUDES= -I${X11BASE}/include -I${X11BASE}/include/jx \ + -I${X11BASE}/include/jtoolbar \ + -I${X11BASE}/include/jtree \ + -I${X11BASE}/share/jx +PORTLIBS= -L${X11BASE}/lib # Installs dir with proper permissions INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 @@ -58,7 +54,7 @@ DOCFILES= FAQ LICENSE README.binary DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME} # additional configuration and header files -EXTRALIB_PREFIX= ${PREFIX}/lib/jx +EXTRALIB_PREFIX= ${X11BASE}/lib/jx # examples EXAMPLEDIRS= desktop macros EXAMPLEDIR_PREFIX= ${PREFIX}/share/examples/${PORTNAME} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message