diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-05-19 03:43:58 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-05-19 03:43:58 +0000 |
commit | 8cc7961831c5e01ace37321a27d0d2c9b97f7fb9 (patch) | |
tree | ac6e81610ab3952b3174abaa8a0e92bb80252372 | |
parent | 3bd5dcbae460d2e603937fc048222d86c6f8336c (diff) | |
download | ports-8cc7961831c5e01ace37321a27d0d2c9b97f7fb9.tar.gz ports-8cc7961831c5e01ace37321a27d0d2c9b97f7fb9.zip |
Notes
-rw-r--r-- | finance/trytond_account_product/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/finance/trytond_account_product/Makefile b/finance/trytond_account_product/Makefile index b1ae291edaf0..932d595302a9 100644 --- a/finance/trytond_account_product/Makefile +++ b/finance/trytond_account_product/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: trytond_account_product -# Date created: 12 August, 2012 -# Whom: Matthias Petermann<matthias@petermann.it> -# # $FreeBSD$ -# PORTNAME= trytond_account_product PORTVERSION= 2.4.1 @@ -11,7 +6,7 @@ CATEGORIES= finance python MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ MAINTAINER= matthias@petermann.it -COMMENT= The Account Product Module for Tryton +COMMENT= Tryton Application Platform (Account Product Module) LICENSE= GPLv3 @@ -19,6 +14,8 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account \ trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product +CONFLICTS= trytond_account_product-2.[68].* + USE_PYTHON= yes USE_PYDISTUTILS=easy_install |