Date: Thu, 12 Dec 2013 20:38:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336288 - head/audio/mpg123 Message-ID: <201312122038.rBCKc93L072968@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 12 20:38:08 2013 New Revision: 336288 URL: http://svnweb.freebsd.org/changeset/ports/336288 Log: Fix testings that should not have been in Pointyhat to: bapt Modified: head/audio/mpg123/Makefile head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Thu Dec 12 20:18:08 2013 (r336287) +++ head/audio/mpg123/Makefile Thu Dec 12 20:38:08 2013 (r336288) @@ -15,7 +15,7 @@ LICENSE= LGPL21 USES= gmake pathfix USE_BZIP2= yes USE_AUTOTOOLS= libtool libltdl -#USE_GNOME= ltverhack +USE_GNOME= ltverhack USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Thu Dec 12 20:18:08 2013 (r336287) +++ head/audio/mpg123/pkg-plist Thu Dec 12 20:38:08 2013 (r336288) @@ -13,4 +13,5 @@ lib/mpg123/output_oss.a lib/mpg123/output_oss.la lib/mpg123/output_oss.so libdata/pkgconfig/libmpg123.pc +man/man1/mpg123.1.gz @dirrm lib/mpg123
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312122038.rBCKc93L072968>