Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 13:26:27 +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: r306179 - head/textproc/ruby-rd-mode.el
Message-ID:  <201210201326.q9KDQR1W036008@svn.freebsd.org>

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

Log:
  Fix build dependency line
  
  Feature safe:	yes

Modified:
  head/textproc/ruby-rd-mode.el/Makefile

Modified: head/textproc/ruby-rd-mode.el/Makefile
==============================================================================
--- head/textproc/ruby-rd-mode.el/Makefile	Sat Oct 20 12:58:17 2012	(r306178)
+++ head/textproc/ruby-rd-mode.el/Makefile	Sat Oct 20 13:26:27 2012	(r306179)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ruby-rd-mode.el
-# Date created:		12 May 2001
-# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	rd-mode.el
 PORTVERSION=	0.6.31
@@ -15,7 +11,7 @@ DISTFILES=	# none
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	An Emacs lisp module for editing RD files
 
-BUILD_DEPENDS=	${NONEXISTENT}:${.CURDIR}/../ruby-rdtool:patch
+BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/textproc/ruby-rdtool:patch
 
 USE_RUBY=	yes
 



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