diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-02 17:41:02 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-02 17:41:02 +0000 |
commit | d2006b761094f6b619c27b9cf65619c99960e99e (patch) | |
tree | a42ff76d0c7facdf59b7b6e93ef58d2fb4ca4f41 /audio/liba52/Makefile | |
parent | I don't have time and interest to maintain this very poorly written piece (diff) |
o Do not install libao library files since both there already is a
port libao and this library is intended only for internal to this
port use
o Solution based on the latest liba52 CVS
Submitted by: nobutaka
Reviewed by: naddy
Diffstat (limited to 'audio/liba52/Makefile')
-rw-r--r-- | audio/liba52/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index f3f42ed65a4e..d1018169f9ba 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -14,6 +14,8 @@ DISTNAME= a52dec-${PORTVERSION:S/.b/b/} MAINTAINER= lioux@FreeBSD.org +USE_AUTOMAKE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LIBTOOL= yes @@ -23,8 +25,6 @@ MAN1= a52dec.1 extract_a52.1 HEADER_FILES= liba52/a52_internal.h .ifndef(WITH_OPTIMIZED_CFLAGS) -USE_AUTOCONF= yes - EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure.in .endif |