- Fix packing list.
PR: ports/76922 Submitted by: flz Approved by: pav (mentor), maintainer timeout (1 month)
This commit is contained in:
parent
01e3a6844a
commit
f56cd66c5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130821
1 changed files with 1 additions and 3 deletions
|
@ -18,15 +18,13 @@ COMMENT= A clone of the classic game Missile Command
|
|||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
USE_SDL= mixer sdl
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET=
|
||||
MAN6= penguin-command.6
|
||||
MAN6= penguin-command.6 penguin-command.ja.6
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|"SDL/SDL|"SDL|g ; s|<SDL/SDL|<SDL|g' \
|
||||
|
|
Loading…
Reference in a new issue