summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
commit5978476c353873821167189c3e7e7d3ce7b9909a (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/mpg123/Makefile
parent- Make 'make -VLEGAL' match the entry in LEGAL and (diff)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Notes
Notes: svn path=/head/; revision=336166
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile7
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"