mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Remove gcc dependency
- Pacify portlint PR: 230223 Submitted by: tobik
This commit is contained in:
parent
8f49a8fe88
commit
ed33ddf862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475971
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gbsplay
|
||||
PORTVERSION= 0.0.8
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= LOCAL/ehaupt
|
||||
PKGNAMEPREFIX= xmms-
|
||||
@ -16,10 +16,9 @@ LICENSE= GPLv2
|
||||
BUILD_DEPENDS= xmms:multimedia/xmms
|
||||
RUN_DEPENDS= xmms:multimedia/xmms
|
||||
|
||||
USE_GNOME= glib12
|
||||
USE_GCC= any
|
||||
HAS_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USE_GNOME= glib12
|
||||
HAS_CONFIGURE= yes
|
||||
USE_CSTD= gnu89
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
@ -36,7 +35,8 @@ post-extract:
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|`which xmms-config`||; \
|
||||
's|char argc|int argc|; \
|
||||
s|`which xmms-config`||; \
|
||||
s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \
|
||||
s|`which glib-config`||; \
|
||||
s|glib-config|${GLIB_CONFIG}|g; \
|
||||
|
Loading…
Reference in New Issue
Block a user