diff options
author | linimon <linimon@FreeBSD.org> | 2012-08-24 07:40:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-08-24 07:40:46 +0800 |
commit | 4cd556ac0304fea6400591a7d72c6e4c8f8093b6 (patch) | |
tree | 06f2eb6fb628ad93ac63d18f80ee2a308d95d6a8 /audio/fdk-aac | |
parent | 5c0f8ea9db2e0fc7a9079d40483766762fc40c2a (diff) | |
download | freebsd-ports-gnome-4cd556ac0304fea6400591a7d72c6e4c8f8093b6.tar.gz freebsd-ports-gnome-4cd556ac0304fea6400591a7d72c6e4c8f8093b6.tar.zst freebsd-ports-gnome-4cd556ac0304fea6400591a7d72c6e4c8f8093b6.zip |
Mark as not for sparc64: "Please set architecture characterization defines
for your platform".
Hat: portmgr
Diffstat (limited to 'audio/fdk-aac')
-rw-r--r-- | audio/fdk-aac/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/fdk-aac/Makefile b/audio/fdk-aac/Makefile index e1fc393e6901..2c67dd31f39b 100644 --- a/audio/fdk-aac/Makefile +++ b/audio/fdk-aac/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= SF/opencore-amr/${PORTNAME} MAINTAINER= mm@FreeBSD.org COMMENT= Port of the Fraunhofer FDK AAC Codec Library +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + LICENSE= FRAUNHOFER_FDK_AAC LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android LICENSE_FILE= ${WRKSRC}/COPYING |