diff options
author | pav <pav@FreeBSD.org> | 2007-08-03 23:18:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-08-03 23:18:00 +0800 |
commit | 0f85d1439db9eadc07a39976fbc696f904190cce (patch) | |
tree | e62d05bd370beea95cc6d589dc0eb8f4dabecc88 | |
parent | 01a6126c254a04dc7cf27a1ef3542d7725809467 (diff) | |
download | freebsd-ports-gnome-0f85d1439db9eadc07a39976fbc696f904190cce.tar.gz freebsd-ports-gnome-0f85d1439db9eadc07a39976fbc696f904190cce.tar.zst freebsd-ports-gnome-0f85d1439db9eadc07a39976fbc696f904190cce.zip |
- Does not need/use distutils; the python dep is there for bundled scons
This fixes plist - no egg-info file is expected now
-rw-r--r-- | textproc/skim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 0e3694e50193..b1f5fb0816dd 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= scim-1.0:${PORTSDIR}/textproc/scim USE_KDELIBS_VER=3 USE_PYTHON= yes -USE_PYDISTUTILS=yes USE_BZIP2= yes USE_ICONV= yes USE_GMAKE= yes |