diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:35:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:35:36 +0800 |
commit | 8a0791e07dbf5628b6390993b7f199317991144f (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/mpg123 | |
parent | c7831a919ccb46504e13b19e5a7b8ac912ec28df (diff) | |
download | freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.gz freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.zst freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 6ed81b591322..7fa9d734f2ae 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -12,11 +12,10 @@ COMMENT= Command-line player for MPEG Layer 1, 2, and 3 audio files LICENSE= LGPL21 -USES= gmake +USES= gmake pathfix USE_BZIP2= yes -NO_STAGE= yes USE_AUTOTOOLS= libtool libltdl -USE_GNOME= gnomehack ltverhack +#USE_GNOME= ltverhack USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -27,8 +26,6 @@ CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= ${PORTNAME}.1 - .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |