diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 12:41:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 12:41:45 +0000 |
commit | a5f2f90071ba774a89ebc85af365394de2f6b6ad (patch) | |
tree | 08c57e8300e60eda2bfbc896817dd34c0c1ba0fb /audio/faac/Makefile | |
parent | effab53e249f50a0b7437b05ae8df116c3799dd1 (diff) | |
download | ports-a5f2f90071ba774a89ebc85af365394de2f6b6ad.tar.gz ports-a5f2f90071ba774a89ebc85af365394de2f6b6ad.zip |
Notes
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r-- | audio/faac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 57677145a433..d4961d0b37ef 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -7,7 +7,7 @@ PORTNAME= faac PORTVERSION= 1.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= faac @@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes USE_LIBTOOL_VER=13 USE_REINPLACE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ HAVECXX="yes" |