svn commit: r316523 - head/devel/d-feet

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 25 17:24:33 UTC 2013


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 at eeebox.branda.to>
-#
+# Created by: Thinker K.F. Li <thinker at 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>


More information about the svn-ports-head mailing list