From owner-freebsd-ports@FreeBSD.ORG Sun Jun 24 20:36:28 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC73210656DB for ; Sun, 24 Jun 2012 20:36:28 +0000 (UTC) (envelope-from uzimac@da3m0n8t3r.com) Received: from z.umatar.com (z.umatar.com [66.135.39.87]) by mx1.freebsd.org (Postfix) with ESMTP id 94FD58FC19 for ; Sun, 24 Jun 2012 20:36:28 +0000 (UTC) Received: from z.umatar.com (localhost [127.0.0.1]) by z.umatar.com (8.14.5/8.14.3) with ESMTP id q5OK7KjH042360 for ; Sun, 24 Jun 2012 13:07:20 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) Received: (from uzimac@localhost) by z.umatar.com (8.14.5/8.14.3/Submit) id q5OK7Kc1042358 for freebsd-ports@freebsd.org; Sun, 24 Jun 2012 13:07:20 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) X-Authentication-Warning: z.umatar.com: uzimac set sender to uzimac@da3m0n8t3r.com using -f From: "Waitman Gobble" To: freebsd-ports@freebsd.org Message-Id: <1340568440.42353@da3m0n8t3r.com> X-Originating-IP: 75.36.149.244 X-Mailer: Usermin 1.500 Date: Sun, 24 Jun 2012 13:07:20 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1340568440" Subject: portlint warning, extra item placed in *_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2012 20:36:28 -0000 This is a multi-part message in MIME format. --bound1340568440 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Hi, I am working on a port and trying to have 'no warnings' when using portlint. I am receiving one warning: # portlint WARN: Makefile: extra item placed in the *_DEPENDS section, for example, "USE_QT4". 0 fatal errors and 1 warning found. I am not sure I understand how to fix this warning, if somebody has a hint or suggestion I would really appreciate it. I believe this is the relevant section of Makefile.. BUILD_DEPENDS= dcraw:${PORTSDIR}/graphics/dcraw USE_QT4= gui xml qmake_build uic_build moc_build rcc_build QPROFILE= puf WRKSRC= ${WRKDIR}/${QPROFILE} HAS_CONFIGURE= yes DESKTOP_ENTRIES="puf" "${COMMENT}" "" "puf" \ "Graphics;2DGraphics;RasterGraphics;" "true" (i can send entire Makefile as needed.) Thanks so much, -- Waitman Gobble San Jose California USA --bound1340568440--