multimedia/aegisub: Explicitly link libz to unbreak on F10+
This commit is contained in:
parent
05bf2adc92
commit
00a56135d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353165
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}"
|
|||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lz
|
||||
|
||||
FFMS_NAME= ffms2
|
||||
FFMS_VERSION= 2.19
|
||||
|
|
Loading…
Reference in a new issue