Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 15:20:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306189 - head/x11-toolkits/xview-clients
Message-ID:  <201210201520.q9KFKkmA054026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 20 15:20:46 2012
New Revision: 306189
URL: http://svn.freebsd.org/changeset/ports/306189

Log:
  Fix build dependency line
  
  Feature safe:	yes

Modified:
  head/x11-toolkits/xview-clients/Makefile

Modified: head/x11-toolkits/xview-clients/Makefile
==============================================================================
--- head/x11-toolkits/xview-clients/Makefile	Sat Oct 20 15:19:15 2012	(r306188)
+++ head/x11-toolkits/xview-clients/Makefile	Sat Oct 20 15:20:46 2012	(r306189)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xview-clients
-# Date created:         22 November 1994
-# Whom:                 ljo (orig)
-#
+# Created by: ljo (orig)
 # $FreeBSD$
-#
 
 PORTNAME=	xview-clients
 PORTVERSION=	3.2.1.4.19c
@@ -22,7 +18,7 @@ COMMENT=	OpenLook applications and man p
 CONFLICTS=	props-1.0
 
 PATCH_DEPENDS=	${NONEXISTENT}:${.CURDIR}/../xview:patch
-CONFIGURE_DEPENDS=	${NONEXISTENT}:${.CURDIR}/../xview:configure
+CONFIGURE_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure
 LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 
 USE_IMAKE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210201520.q9KFKkmA054026>