diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-31 22:20:29 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-31 22:20:29 +0800 |
commit | 3e296364bd5a9b204ea68db30c799bacb5df3684 (patch) | |
tree | eab31279d80a94e099db69a6156e993a09f45b79 /multimedia | |
parent | a172e8bf9f84f3fa04b0ca15b0df1ac318ca7468 (diff) | |
download | freebsd-ports-gnome-3e296364bd5a9b204ea68db30c799bacb5df3684.tar.gz freebsd-ports-gnome-3e296364bd5a9b204ea68db30c799bacb5df3684.tar.zst freebsd-ports-gnome-3e296364bd5a9b204ea68db30c799bacb5df3684.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avifile/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libdivxdecore-devel/Makefile | 1 | ||||
-rw-r--r-- | multimedia/libdivxdecore/Makefile | 1 | ||||
-rw-r--r-- | multimedia/xmps-opendivx-plugin/Makefile | 1 | ||||
-rw-r--r-- | multimedia/xmps-win32-plugin/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index defce24ec892..a42e734923a3 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -30,7 +30,6 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/avifile USE_AUTOMAKE= yes USE_LIBTOOL= yes LIBTOOLFILES= acinclude.m4 -# GNU_CONFIGURE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-win32-path=${LOCALBASE}/lib/win32 \ diff --git a/multimedia/libdivxdecore-devel/Makefile b/multimedia/libdivxdecore-devel/Makefile index 3bd61aabca2f..cb7557e2490d 100644 --- a/multimedia/libdivxdecore-devel/Makefile +++ b/multimedia/libdivxdecore-devel/Makefile @@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/${LIBDIVXDECORE_PORT_WRKSRC:C/.+\///} USE_ZIP= yes EXTRACT_BEFORE_ARGS= -a -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/multimedia/libdivxdecore/Makefile b/multimedia/libdivxdecore/Makefile index daae67734aa4..d8ce39a4c96e 100644 --- a/multimedia/libdivxdecore/Makefile +++ b/multimedia/libdivxdecore/Makefile @@ -12,7 +12,6 @@ MASTER_SITES= http://download.projectmayo.com/dnload/divx4linux/xmps/ MAINTAINER= lioux@FreeBSD.org -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/multimedia/xmps-opendivx-plugin/Makefile b/multimedia/xmps-opendivx-plugin/Makefile index 6dff6e4099bb..e04c1e7da828 100644 --- a/multimedia/xmps-opendivx-plugin/Makefile +++ b/multimedia/xmps-opendivx-plugin/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= divxdecore.0:${PORTSDIR}/graphics/libdivxdecore \ intl.1:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.2 -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_GTK= yes diff --git a/multimedia/xmps-win32-plugin/Makefile b/multimedia/xmps-win32-plugin/Makefile index ee72c768e5ea..be5c29f4c225 100644 --- a/multimedia/xmps-win32-plugin/Makefile +++ b/multimedia/xmps-win32-plugin/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= xmps.0:${PORTSDIR}/graphics/xmps \ intl.1:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT} -GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_GTK= yes |