remove some comments because package is using options now to get that functionality

This commit is contained in:
Helge Muehlmeier 2010-03-08 18:00:43 +00:00 committed by Thomas Klausner
parent 283059ee54
commit b505b26251

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2010/03/08 17:55:37 helgoman Exp $
# $NetBSD: Makefile,v 1.3 2010/03/08 18:00:43 helgoman Exp $
#
DISTNAME= eric4-4.4.1
@ -13,15 +13,8 @@ LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
# Add support for Qt SQL drivers; sqlite3 driver is needed to avoid warnings
# while using help-functions
#DEPENDS+= qt4-sqlite3>=4.6.2:../../x11/qt4-sqlite3
#DEPENDS+= qt4-mysql>=4.6.2:../../x11/qt4-mysql
#DEPENDS+= qt4-pgsql>=4.6.2:../../x11/qt4-pgsql
PY_PATCHPLIST= yes
PYSETUP= install.py -b ${PREFIX}/bin #set install path to PREFIX
PYSETUP= install.py -b ${PREFIX}/bin #set install path to PREFIX
PYDISTUTILSPKG= yes
.include "options.mk"