mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
s/USE_XLIB/USE_XORG/ the usage was good, not the macro used
Bump portrevision as the number of dependencies for the ports has changed
This commit is contained in:
parent
bad9eb3d99
commit
fbc04ee43c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295072
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= xwinwrap
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ \
|
||||
http://tourservice.kz/zloidemon/distfiles/ \
|
||||
|
@ -19,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
USE_BZIP2= yes
|
||||
USE_XLIB= x11 xproto xrender xext
|
||||
USE_XORG= x11 xproto xrender xext
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue