diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 01:10:06 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 01:10:06 +0800 |
commit | 4ab1e443e6061bb92001b7facab50925aafa5c00 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/lookout | |
parent | c0c105d8a8d23bf949657d63bdf5b6869a210891 (diff) | |
download | freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.gz freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.tar.zst freebsd-ports-gnome-4ab1e443e6061bb92001b7facab50925aafa5c00.zip |
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'mail/lookout')
-rw-r--r-- | mail/lookout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/lookout/Makefile b/mail/lookout/Makefile index 8b4249e0611f..9300a09ba4b2 100644 --- a/mail/lookout/Makefile +++ b/mail/lookout/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://catb.org/~esr/lookout/ MAINTAINER= jmohacsi@bsd.hu COMMENT= Convert Outlook97 addressbook export files to KDE KAB/GNOME gnomecard -USE_PYTHON= yes +USES= python NO_BUILD= yes PLIST_FILES= bin/lookout man/man1/lookout.1.gz |