diff options
author | mva <mva@FreeBSD.org> | 2014-08-17 20:29:07 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-08-17 20:29:07 +0800 |
commit | 129ae5a4aa0634938c64b1081a24e7dbf1a1a4d9 (patch) | |
tree | 1ab7d475b2e5d6765ff99977c6f374712775f86e /graphics | |
parent | 93f70699b374ff32841748b7bcd65f59e8943aed (diff) | |
download | freebsd-ports-gnome-129ae5a4aa0634938c64b1081a24e7dbf1a1a4d9.tar.gz freebsd-ports-gnome-129ae5a4aa0634938c64b1081a24e7dbf1a1a4d9.tar.zst freebsd-ports-gnome-129ae5a4aa0634938c64b1081a24e7dbf1a1a4d9.zip |
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.
With hat: python@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnofract4d/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index 02ec73ebbe51..3d152960fe01 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -20,8 +20,6 @@ USE_GNOME= gnomeprefix intlhack libgnomeui pygtk2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -INSTALLS_EGGINFO= yes -PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR} USE_GCC= yes CFLAGS+= -I${LOCALBASE}/include |