117ddd07a2
PR: ports/106606 Submitted by: Oliver Fromme <olli@secnetix.de> Approved by: Georg Graf <georg@graf.priv.at> (maintainer)
11 lines
418 B
Text
11 lines
418 B
Text
--- setup.py.orig Sat Mar 25 18:28:34 2006
|
|
+++ setup.py Fri Dec 8 18:24:32 2006
|
|
@@ -5,7 +5,7 @@
|
|
# FIXME: on some versions of sendmail, smutil is renamed to sm
|
|
# on slackware and debian, leave it out entirely. It depends
|
|
# on how libmilter was built by the sendmail package.
|
|
-libs = ["milter", "smutil"]
|
|
+libs = ["milter"]
|
|
|
|
# patch distutils if it can't cope with the "classifiers" or
|
|
# "download_url" keywords
|