mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Remove unneeded -pthread
- Modernize plist
This commit is contained in:
parent
7f2f83227b
commit
195842c3b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382921
2 changed files with 2 additions and 6 deletions
|
@ -15,7 +15,7 @@ USE_SDL= mixer sdl
|
||||||
USES= gmake tar:tgz
|
USES= gmake tar:tgz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/Pachi
|
WRKSRC= ${WRKDIR}/Pachi
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
@group games
|
@(,games,2555) bin/pachi
|
||||||
@mode 2555
|
|
||||||
bin/pachi
|
|
||||||
@mode
|
|
||||||
@group
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue