1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Do not set USES twice

This commit is contained in:
Tobias Kortkamp 2019-01-06 12:39:48 +00:00
parent 63ac1c536d
commit 554ac4f84c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489485
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblo.so:audio/liblo
USES= localbase:ldflags python
USES= python
USE_PYTHON= distutils cython
MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}

View File

@ -17,6 +17,5 @@ MAKE_ENV+= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}"
USES= pkgconfig
PLIST_FILES= bin/freecolor man/man1/freecolor.1.gz
USES= pkgconfig
.include <bsd.port.mk>