mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix building as user
This commit is contained in:
parent
83febfdab5
commit
689709f06d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355270
@ -18,6 +18,8 @@ LICENSE= BSD3CLAUSE
|
||||
|
||||
CONFLICTS_INSTALL= portupgrade-[0-9]*
|
||||
|
||||
USES= uidfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= freebsd
|
||||
GH_PROJECT= portupgrade
|
||||
|
@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS
|
||||
CONFLICTS_INSTALL= portupgrade-devel-*
|
||||
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
USES= tar:bzip2
|
||||
USES= tar:bzip2 uidfix
|
||||
USE_RUBY= yes
|
||||
|
||||
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
|
||||
|
Loading…
Reference in New Issue
Block a user