- fix PLIST_SUB bug
This commit is contained in:
parent
b6900ec766
commit
41a5ae77c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166904
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ PLIST_SUB+= XINE=""
|
|||
.endif
|
||||
|
||||
.if !defined(WITH_GPOD)
|
||||
PLIST_SUB+= GPOD="@comment"
|
||||
PLIST_SUB+= GPOD="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod
|
||||
CONFIGURE_ARGS+=--with-libgpod
|
||||
|
|
|
@ -51,7 +51,7 @@ PLIST_SUB+= XINE=""
|
|||
.endif
|
||||
|
||||
.if !defined(WITH_GPOD)
|
||||
PLIST_SUB+= GPOD="@comment"
|
||||
PLIST_SUB+= GPOD="@comment "
|
||||
.else
|
||||
LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod
|
||||
CONFIGURE_ARGS+=--with-libgpod
|
||||
|
|
Loading…
Reference in a new issue