aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/gtkpod/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index 5cbbed6d9a4..b2fbb403628 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -29,21 +29,12 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libmp4v2.so)
-.if exists(${LOCALBASE}/include/mpeg4ip_config.h)
WITH_AAC= YES
-.else
-WITH_FAAD= YES
-.endif
-.endif
-.if defined(WITH_AAC) && defined(WITH_FAAD)
-BROKEN= "WITH_AAC and WITH_FAAD are exclusive."
.endif
+
.if defined(WITH_AAC)
LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip
.endif
-.if defined(WITH_FAAD)
-LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/audio/faad
-.endif
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
@@ -52,7 +43,6 @@ CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "To enable AAC support with mpeg4ip define the WITH_AAC knob."
- @${ECHO_MSG} "To enable AAC support with faad2 define the WITH_FAAD knob."
@${ECHO_MSG}
.endif
nounce the full Generaldb2017-10-299-113/+52 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1 * Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1 * Properly register dependency on libomp.so from devel/openmp portantoine2017-05-111-2/+2 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 * - Remove empty directoriesak2017-03-071-1/+0 * Fix svn properties. Bug in psvn!db2017-01-067-7/+10 * Release: WSJT-X Version 1.7.0db2017-01-059-49/+87 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-071-0/+1 * - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1 * Fix so it does not core on 10.x (shurd@)db2016-04-088-19/+5 * Upgrade to wsjtx 1.6.0db2016-04-0417-72/+107 * Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-7/+7 * Add patch to fix the build with the upcoming Qt 5.5.1.rakuco2016-01-211-0/+14 * In some cases c11 libs are needed as well to run.db2015-12-241-2/+1 * Clean up port to use pkgconfigdb2015-11-262-27/+1