diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-16 07:41:09 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-16 07:41:09 +0800 |
commit | 7d4634a990c23265ec394d441b2e42227b94373e (patch) | |
tree | 7d187df061b5333e6d1edf0583c9e2c90ef583ae | |
parent | 1f86a08e4043a1724680b8400ea7cf525d041622 (diff) | |
download | freebsd-ports-gnome-7d4634a990c23265ec394d441b2e42227b94373e.tar.gz freebsd-ports-gnome-7d4634a990c23265ec394d441b2e42227b94373e.tar.zst freebsd-ports-gnome-7d4634a990c23265ec394d441b2e42227b94373e.zip |
- Make portlint happy
PR: ports/95829
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
-rw-r--r-- | audio/faad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 3ab7bf5694c6..3de0dbdc04e7 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ WRKSRC= ${WRKDIR}/${PORTNAME} -NO_CDROM= "Restrictive copyright (do not sell for profit)" +NO_CDROM= Restrictive copyright (do not sell for profit) USE_AUTOTOOLS= automake:15 autoheader:259 libtool:15 AUTOMAKE_ARGS= --add-missing @@ -30,7 +30,6 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG=yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes CONFIGURE_ARGS= --with-drm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |