Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 08:46:58 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324894 - head/net/py-libdnet
Message-ID:  <201308180846.r7I8kw9Z016784@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Aug 18 08:46:58 2013
New Revision: 324894
URL: http://svnweb.freebsd.org/changeset/ports/324894

Log:
  - Fix build after the recent lang/python changes
  - Trim Makefile headers

Modified:
  head/net/py-libdnet/Makefile   (contents, props changed)

Modified: head/net/py-libdnet/Makefile
==============================================================================
--- head/net/py-libdnet/Makefile	Sun Aug 18 08:32:05 2013	(r324893)
+++ head/net/py-libdnet/Makefile	Sun Aug 18 08:46:58 2013	(r324894)
@@ -1,16 +1,13 @@
-# Ports collection makefile for:	py-libdnet
-# Date created:			Nov 2, 2005
-# Whom:	      			thierry@pompo.net
-#
+# Created by: thierry@pompo.net
 # $FreeBSD$
-#
 
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	Python module for libdnet
 
-LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet
+BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
+LIB_DEPENDS=	dnet:${PORTSDIR}/net/libdnet
 
 NOT_FOR_ARCHS=	ia64
 NOT_FOR_ARCHS_REASON_ia64=	fails to build with internal compiler error



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