1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Remove NO_ARCH: this port installs a shared library

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-15 16:53:33 +00:00
parent 8747ab0509
commit 8b8778c682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461934

View File

@ -2,6 +2,7 @@
PORTNAME= pydevd
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,6 +12,5 @@ COMMENT= Debugger used in PyDev and PyCharm
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>