aboutsummaryrefslogtreecommitdiffstats
path: root/mail/py-milter/files/patch-aa
blob: 42a0119d5e233aadf48cfc6a4195f4af29344439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py   Tue Apr 20 00:15:07 2004
+++ setup.py   Fri Apr 23 10:59:26 2004
@@ -3,7 +3,7 @@
 from distutils.core import setup, Extension
 
 # FIXME: on some versions of sendmail, smutil is renamed to sm
-libs = ["milter", "smutil"]
+libs = ["milter"]
 
 # patch distutils if it can't cope with the "classifiers" or
 # "download_url" keywords