diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 18:06:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 18:06:03 +0800 |
commit | 667c23dc90ff882074f8dc278017634b63061cd0 (patch) | |
tree | e8b47bd5f6dac49d468545888851d6548dbe8e5a /audio/libshout2 | |
parent | 207bb4c7549f0cc9a4a9561472ed66959c20eb9b (diff) | |
download | freebsd-ports-gnome-667c23dc90ff882074f8dc278017634b63061cd0.tar.gz freebsd-ports-gnome-667c23dc90ff882074f8dc278017634b63061cd0.tar.zst freebsd-ports-gnome-667c23dc90ff882074f8dc278017634b63061cd0.zip |
Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 142de33c7d54..9136b168a995 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -22,9 +22,8 @@ CONFLICTS= libshout-[0-9]* CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -USES= gmake +USES= gmake pathfix pkgconfig DOCSDIR= ${PREFIX}/share/doc/libshout |