mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON - Bump PORTREVISION for package change
This commit is contained in:
parent
47fb8eb978
commit
3ac8d68957
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345811
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= cups
|
||||
PORTVERSION= 1.9.66
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,14 +19,12 @@ LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_PYTHON= 2
|
||||
USE_PYTHON= yes
|
||||
USES= iconv
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so
|
||||
PYDISTUTILS_EGGINFO= py${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user