Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 17:24:33 +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: r316523 - head/devel/d-feet
Message-ID:  <201304251724.r3PHOX3i056281@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr 25 17:24:32 2013
New Revision: 316523
URL: http://svnweb.freebsd.org/changeset/ports/316523

Log:
  Remove USE_GTK which does nothing since 20080721
  Remove useless inclusion of pre.mk/post.mk

Modified:
  head/devel/d-feet/Makefile

Modified: head/devel/d-feet/Makefile
==============================================================================
--- head/devel/d-feet/Makefile	Thu Apr 25 16:52:05 2013	(r316522)
+++ head/devel/d-feet/Makefile	Thu Apr 25 17:24:32 2013	(r316523)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	d-feet
-# Date created:		2010-09-11
-# Whom:			Thinker K.F. Li <thinker@eeebox.branda.to>
-#
+# Created by: Thinker K.F. Li <thinker@eeebox.branda.to>
 # $FreeBSD$
-#
 
 PORTNAME=	d-feet
 PORTVERSION=	0.1.12
@@ -27,10 +23,8 @@ RUN_DEPENDS=	\
 	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 \
 	${PYTHON_SITELIBDIR}/dbus/bus.py:${PORTSDIR}/devel/py-dbus
 
-USE_GTK=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_NOEGGINFO=	yes
 
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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