- fix PLIST_SUB bug

This commit is contained in:
Michael Landin 2006-07-04 08:13:29 +00:00
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

View file

@ -51,7 +51,7 @@ PLIST_SUB+= XINE=""
.endif .endif
.if !defined(WITH_GPOD) .if !defined(WITH_GPOD)
PLIST_SUB+= GPOD="@comment" PLIST_SUB+= GPOD="@comment "
.else .else
LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-libgpod CONFIGURE_ARGS+=--with-libgpod

View file

@ -51,7 +51,7 @@ PLIST_SUB+= XINE=""
.endif .endif
.if !defined(WITH_GPOD) .if !defined(WITH_GPOD)
PLIST_SUB+= GPOD="@comment" PLIST_SUB+= GPOD="@comment "
.else .else
LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-libgpod CONFIGURE_ARGS+=--with-libgpod