View | Details | Raw Unified | Return to bug 115259
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 19-25 Link Here
19
19
20
USE_AUTOTOOLS=	libtool:15
20
USE_AUTOTOOLS=	libtool:15
21
USE_ICONV=	yes
21
USE_ICONV=	yes
22
GNU_CONFIGURE=  yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=	--target=${ARCH}-unknown-freebsd${OSREL}
23
CONFIGURE_TARGET=	--target=${ARCH}-unknown-freebsd${OSREL}
24
CONFIGURE_ARGS=	--enable-sse \
24
CONFIGURE_ARGS=	--enable-sse \
25
		--with-libiconv-prefix="${LOCALBASE}" \
25
		--with-libiconv-prefix="${LOCALBASE}" \
Lines 33-39 Link Here
33
MAKE_ENV=	DOC=doc
33
MAKE_ENV=	DOC=doc
34
.endif
34
.endif
35
35
36
INSTALLS_SHLIB=	yes
36
USE_LDCONFIG=	yes
37
MAN1=		flac.1 metaflac.1
37
MAN1=		flac.1 metaflac.1
38
38
39
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>

Return to bug 115259